aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imagefromyuvtextures.cpp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-08-12 11:58:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-12 11:58:53 -0700
commit3602d4f16a01da860d16eb36fb52eb62487495cc (patch)
treec2d066e0dd5f8c77a4707e3995310a46ba9be609 /gm/imagefromyuvtextures.cpp
parent772b5ee446d7545eec4ca7d6dc9d75461e2a9c38 (diff)
Allow vulkan to upload data to testing textures with optimal layouts
Diffstat (limited to 'gm/imagefromyuvtextures.cpp')
-rw-r--r--gm/imagefromyuvtextures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/imagefromyuvtextures.cpp b/gm/imagefromyuvtextures.cpp
index 3d25a0b3ba..e523d22988 100644
--- a/gm/imagefromyuvtextures.cpp
+++ b/gm/imagefromyuvtextures.cpp
@@ -31,7 +31,7 @@ protected:
}
SkISize onISize() override {
- return SkISize::Make(50, 135);
+ return SkISize::Make(50, 175);
}
void onOnceBeforeDraw() override {