adjust size of new apply-filter gm

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1395303003
This commit is contained in:
reed 2015-10-12 14:38:34 -07:00 committed by Commit bot
parent ea03aed9c5
commit c837d8f372

View File

@ -154,7 +154,7 @@ protected:
}
SkISize onISize() override {
return SkISize::Make(640, 480);
return SkISize::Make(780, 780);
}
void onDraw(SkCanvas* canvas) override {