| Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| index b2f70539fe0e05d08d4ba0503e597241dfa79f98..9469572665982deda8710780b861e5ad9a467a9d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| @@ -38,7 +38,7 @@
|
|
|
| GraphicsContext& context() { return *m_context; }
|
|
|
| - PassRefPtr<SkPicture> endRecording()
|
| + PassRefPtr<const SkPicture> endRecording()
|
| {
|
| m_context->beginRecording(m_bounds);
|
| m_paintController->endSkippingCache();
|
|
|