diff options
author | egdaniel <egdaniel@google.com> | 2016-08-12 11:58:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-12 11:58:53 -0700 |
commit | 3602d4f16a01da860d16eb36fb52eb62487495cc (patch) | |
tree | c2d066e0dd5f8c77a4707e3995310a46ba9be609 /gm | |
parent | 772b5ee446d7545eec4ca7d6dc9d75461e2a9c38 (diff) |
Allow vulkan to upload data to testing textures with optimal layouts
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2242553002
Review-Url: https://codereview.chromium.org/2242553002
Diffstat (limited to 'gm')
-rw-r--r-- | gm/imagefromyuvtextures.cpp | 2 |
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 { |