Commit 636d9ea4 authored by Chih-Yu Huang's avatar Chih-Yu Huang Committed by Commit Bot

media/gpu/chromeos: Fix image_processor_test

This CL fixes a compilation error in image_processor_test.cc.

Bug: none
Test: ninja image_processor_test
Change-Id: Ic73e3beb7639a585918184219a1141772252bb94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906857
Commit-Queue: Chih-Yu Huang <akahuang@chromium.org>
Commit-Queue: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: default avatarHirokazu Honda <hiroh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714137}
parent ac9e0971
......@@ -237,7 +237,7 @@ TEST_P(ImageProcessorParamTest, ConvertOneTime_GmbToGmb) {
ASSERT_TRUE(output_image.LoadMetadata());
auto ip_client = CreateImageProcessorClient(
input_image, {VideoFrame::STORAGE_GPU_MEMORY_BUFFER}, output_image,
input_image, {VideoFrame::STORAGE_GPU_MEMORY_BUFFER}, &output_image,
{VideoFrame::STORAGE_GPU_MEMORY_BUFFER});
ip_client->Process(input_image, output_image);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment