| Index: tests/YUVTest.cpp
|
| diff --git a/tests/YUVTest.cpp b/tests/YUVTest.cpp
|
| index 09b6f2a7ef6497a98f884c3cbdc267ac42849e8d..88f654ab5bd514cf39c9d2a83a31fa15d50a07b7 100644
|
| --- a/tests/YUVTest.cpp
|
| +++ b/tests/YUVTest.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "Resources.h"
|
| #include "SkStream.h"
|
| #include "SkTemplates.h"
|
| +#include "SkYUVSizeInfo.h"
|
| #include "Test.h"
|
|
|
| static SkStreamAsset* resource(const char path[]) {
|
| @@ -31,7 +32,7 @@ static void codec_yuv(skiatest::Reporter* reporter,
|
| }
|
|
|
| // Test queryYUV8()
|
| - SkCodec::YUVSizeInfo info;
|
| + YUVSizeInfo info;
|
| bool success = codec->queryYUV8(nullptr, nullptr);
|
| REPORTER_ASSERT(reporter, !success);
|
| success = codec->queryYUV8(&info, nullptr);
|
|
|