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

Unified Diff: skia/ext/platform_canvas.h

Issue 6914029: We assume that each SkDevice is our custom PlatformDevice. This assumption is not valid when usin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | skia/ext/platform_canvas.cc » ('j') | skia/ext/platform_canvas.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/platform_canvas.h
===================================================================
--- skia/ext/platform_canvas.h (revision 83722)
+++ skia/ext/platform_canvas.h (working copy)
@@ -99,7 +99,7 @@
private:
// Helper method used internally by the initialize() methods.
- bool initializeWithDevice(SkDevice* device);
+ bool initializeWithDevice(PlatformDevice* device);
// Unimplemented. This is to try to prevent people from calling this function
// on SkCanvas. SkCanvas' version is not virtual, so we can't prevent this
« no previous file with comments | « no previous file | skia/ext/platform_canvas.cc » ('j') | skia/ext/platform_canvas.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698