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

Unified Diff: gm/gradients.cpp

Issue 23851037: make gradients gm view size larger, as it is choping from the pained canvas. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 3 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/gradients.cpp
===================================================================
--- gm/gradients.cpp (revision 11092)
+++ gm/gradients.cpp (working copy)
@@ -108,7 +108,7 @@
return SkString("gradients");
}
- virtual SkISize onISize() { return make_isize(640, 615); }
+ virtual SkISize onISize() { return make_isize(840, 815); }
reed1 2013/09/17 15:36:47 SkISize::Make(...) make_isize() should be removed
edisonn 2013/09/19 17:39:53 Done.
virtual void onDraw(SkCanvas* canvas) {
« 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