Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: gm/bmpfilterqualityrepeat.cpp

Issue 1097443002: widen output png size of bmp_filter_quality_repeat (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/bmpfilterqualityrepeat.cpp
diff --git a/gm/bmpfilterqualityrepeat.cpp b/gm/bmpfilterqualityrepeat.cpp
index f53386020147a1c0bd7339fa9ee65712a2ee5fda..10971411588f252829757a572b0ef8f2dc576ee6 100644
--- a/gm/bmpfilterqualityrepeat.cpp
+++ b/gm/bmpfilterqualityrepeat.cpp
@@ -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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698