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

Unified Diff: gm/gradients.cpp

Issue 23654036: pdf: report NYI features, and fail gracefully when something is not supported in pdf. (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 | src/pdf/SkPDFDevice.cpp » ('j') | src/pdf/SkPDFDevice.cpp » ('J')
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); }
vandebo (ex-Chrome) 2013/09/12 21:37:05 Of course, this will require a rebaseline across a
edisonn 2013/09/17 15:14:23 yep - the view needs to be extended
virtual void onDraw(SkCanvas* canvas) {
« no previous file with comments | « no previous file | src/pdf/SkPDFDevice.cpp » ('j') | src/pdf/SkPDFDevice.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698