From 3602d4f16a01da860d16eb36fb52eb62487495cc Mon Sep 17 00:00:00 2001 From: egdaniel Date: Fri, 12 Aug 2016 11:58:53 -0700 Subject: 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 --- gm/imagefromyuvtextures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/imagefromyuvtextures.cpp') 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 { -- cgit v1.2.3