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 |