widen output png size of bmp_filter_quality_repeat
BUG=skia: Review URL: https://codereview.chromium.org/1097443002
This commit is contained in:
parent
8cf1d95487
commit
6318016469
@ -35,7 +35,7 @@ protected:
|
||||
|
||||
SkString onShortName() override { return SkString("bmp_filter_quality_repeat"); }
|
||||
|
||||
SkISize onISize() override { return SkISize::Make(810, 235); }
|
||||
SkISize onISize() override { return SkISize::Make(1000, 235); }
|
||||
|
||||
void onDraw(SkCanvas* canvas) override {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user