diff options
Diffstat (limited to 'base/gfx/platform_canvas_mac.h')
-rwxr-xr-x | base/gfx/platform_canvas_mac.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/gfx/platform_canvas_mac.h b/base/gfx/platform_canvas_mac.h index 562b1a0..3f79fb3 100755 --- a/base/gfx/platform_canvas_mac.h +++ b/base/gfx/platform_canvas_mac.h @@ -28,8 +28,7 @@ class PlatformCanvasMac : public SkCanvas { virtual ~PlatformCanvasMac(); // For two-part init, call if you use the no-argument constructor above - void initialize(int width, int height, bool is_opaque, CGContextRef context); - + bool initialize(int width, int height, bool is_opaque); // These calls should surround calls to platform drawing routines. The CG // context returned by beginPlatformPaint is the one that can be used to |