| Index: skia/ext/platform_canvas.h
|
| diff --git a/skia/ext/platform_canvas.h b/skia/ext/platform_canvas.h
|
| index 28027437fc7cb3d0a71ff0ec4c11ecb457b8b195..0bb3bbadc98a1addc5dd32ad8ae437be44974ad6 100644
|
| --- a/skia/ext/platform_canvas.h
|
| +++ b/skia/ext/platform_canvas.h
|
| @@ -140,8 +140,8 @@ SK_API SkBitmap ReadPixels(SkCanvas* canvas);
|
| SK_API bool GetWritablePixels(SkCanvas* canvas, SkPixmap* pixmap);
|
|
|
| // Returns true if native platform routines can be used to draw on the
|
| -// given canvas. If this function returns false, BeginPlatformPaint will
|
| -// return NULL PlatformSurface.
|
| +// given canvas. If this function returns false,
|
| +// ScopedPlatformPaint::GetPlatformSurface() should return NULL.
|
| SK_API bool SupportsPlatformPaint(const SkCanvas* canvas);
|
|
|
| // This object guards calls to platform drawing routines. The surface
|
|
|