Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
index 735f64c2333d39f4d0548fcff261454083a59a7b..713e9eec1f8ebf32d1343fa4c73dc8799abc4af6 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
@@ -211,7 +211,7 @@ |
// are stored in a display list that can be replayed at a later time. Pass in the bounding |
// rectangle for the content in the list. |
void beginRecording(const FloatRect&); |
- PassRefPtr<SkPicture> endRecording(); |
+ PassRefPtr<const SkPicture> endRecording(); |
void setShadow(const FloatSize& offset, float blur, const Color&, |
DrawLooperBuilder::ShadowTransformMode = DrawLooperBuilder::ShadowRespectsTransforms, |