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

Unified Diff: gm/imagemakewithfilter.cpp

Issue 2003453003: Adjust size of imagemakewithfilter GM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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/imagemakewithfilter.cpp
diff --git a/gm/imagemakewithfilter.cpp b/gm/imagemakewithfilter.cpp
index 15439f0c15c707ae2229d8886cc5e03280c30642..9620e0df1e7f920fcb0c82a004eec166ac3cce4e 100644
--- a/gm/imagemakewithfilter.cpp
+++ b/gm/imagemakewithfilter.cpp
@@ -41,7 +41,7 @@ protected:
return SkString("imagemakewithfilter");
}
- SkISize onISize() override { return SkISize::Make(320, 100); }
+ SkISize onISize() override { return SkISize::Make(440, 530); }
void onDraw(SkCanvas* canvas) override {
auto cf = SkColorFilter::MakeModeFilter(SK_ColorGREEN, SkXfermode::kSrc_Mode);
« 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