| Index: skia/ext/platform_canvas.h
|
| diff --git a/skia/ext/platform_canvas.h b/skia/ext/platform_canvas.h
|
| index 49d0e21055116fb7753c06b81ffaf261d2bcb62c..528fd1a61e3a306335a37048785f736a233496db 100644
|
| --- a/skia/ext/platform_canvas.h
|
| +++ b/skia/ext/platform_canvas.h
|
| @@ -69,8 +69,8 @@ class SK_API PlatformCanvas : public SkCanvas {
|
| // Call endPlatformPaint when you are done and want to use Skia operations
|
| // after calling the platform-specific beginPlatformPaint; this will
|
| // synchronize the bitmap to OS if necessary.
|
| - PlatformDevice::PlatformSurface beginPlatformPaint();
|
| - void endPlatformPaint();
|
| + PlatformDevice::PlatformSurface beginPlatformPaint() const;
|
| + void endPlatformPaint() const;
|
|
|
| // Returns the platform device pointer of the topmost rect with a non-empty
|
| // clip. In practice, this is usually either the top layer or nothing, since
|
|
|