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

Unified Diff: gm/colorfilters.cpp

Issue 1876753003: adjust gm bounds for better content fit (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « gm/colorfilterimagefilter.cpp ('k') | gm/dashcubics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/colorfilters.cpp
diff --git a/gm/colorfilters.cpp b/gm/colorfilters.cpp
index 635298533b225a762dc92d9af69a5e90bbb5890b..2accf536db192600702c0962ffdf54525d52b3f5 100644
--- a/gm/colorfilters.cpp
+++ b/gm/colorfilters.cpp
@@ -45,7 +45,7 @@ protected:
}
virtual SkISize onISize() override {
- return SkISize::Make(640, 480);
+ return SkISize::Make(620, 430);
}
void onDraw(SkCanvas* canvas) override {
« no previous file with comments | « gm/colorfilterimagefilter.cpp ('k') | gm/dashcubics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698