update gm test size to include new elements
authorcaryclark <caryclark@google.com>
Fri, 4 Sep 2015 13:19:48 +0000 (06:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 4 Sep 2015 13:19:48 +0000 (06:19 -0700)
TBR=
BUG=skia:562

Review URL: https://codereview.chromium.org/1305983006

gm/shadows.cpp

index 93c106d..f4034a4 100644 (file)
@@ -50,7 +50,7 @@ protected:
     }
 
     SkISize onISize() override {
-        return SkISize::Make(200, 120);
+        return SkISize::Make(200, 200);
     }
 
     void onDraw(SkCanvas* canvas) override {