adjust size of new apply-filter gm
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1395303003
This commit is contained in:
parent
ea03aed9c5
commit
c837d8f372
@ -154,7 +154,7 @@ protected:
|
||||
}
|
||||
|
||||
SkISize onISize() override {
|
||||
return SkISize::Make(640, 480);
|
||||
return SkISize::Make(780, 780);
|
||||
}
|
||||
|
||||
void onDraw(SkCanvas* canvas) override {
|
||||
|
Loading…
Reference in New Issue
Block a user