aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageFilterCacheTest.cpp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2016-10-14 16:48:17 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-14 21:12:04 +0000
commit273f7d49150446e765cbc570b43452466e40c902 (patch)
tree6f1f8165bf3f7a4dcfa6b3e9aa09f9c69f463b41 /tests/ImageFilterCacheTest.cpp
parent487bfc26f93821548b4f02269aacc4843b259a23 (diff)
Fix bad test that was asserting on Vulkan Win10 bot
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3504 Change-Id: Ifd1280402e6701e940c325654a8e9968b1b42065 Reviewed-on: https://skia-review.googlesource.com/3504 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'tests/ImageFilterCacheTest.cpp')
-rw-r--r--tests/ImageFilterCacheTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ImageFilterCacheTest.cpp b/tests/ImageFilterCacheTest.cpp
index 18d31443ce..7ab64f5c0c 100644
--- a/tests/ImageFilterCacheTest.cpp
+++ b/tests/ImageFilterCacheTest.cpp
@@ -182,7 +182,7 @@ static GrTexture* create_texture(GrContext* context) {
SkBitmap srcBM = create_bm();
GrSurfaceDesc desc;
- desc.fConfig = kSkia8888_GrPixelConfig;
+ desc.fConfig = kRGBA_8888_GrPixelConfig;
desc.fFlags = kNone_GrSurfaceFlags;
desc.fWidth = kFullSize;
desc.fHeight = kFullSize;