| Index: tests/FloatingPointTextureTest.cpp
|
| diff --git a/tests/FloatingPointTextureTest.cpp b/tests/FloatingPointTextureTest.cpp
|
| index 04f73c7cd9558cba7befb874600564acbc43d778..3a8d63cae903ecd5e6468e240df65227229e3208 100644
|
| --- a/tests/FloatingPointTextureTest.cpp
|
| +++ b/tests/FloatingPointTextureTest.cpp
|
| @@ -46,7 +46,7 @@ void runFPTest(skiatest::Reporter* reporter, GrContext* context,
|
| desc.fOrigin = 0 == origin ?
|
| kTopLeft_GrSurfaceOrigin : kBottomLeft_GrSurfaceOrigin;
|
| SkAutoTUnref<GrTexture> fpTexture(context->textureProvider()->createTexture(
|
| - desc, false, controlPixelData.begin(), 0));
|
| + desc, SkBudgeted::kNo, controlPixelData.begin(), 0));
|
| // Floating point textures are NOT supported everywhere
|
| if (nullptr == fpTexture) {
|
| continue;
|
|
|