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 713e9eec1f8ebf32d1343fa4c73dc8799abc4af6..735f64c2333d39f4d0548fcff261454083a59a7b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
@@ -211,7 +211,7 @@ public: |
// 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<const SkPicture> endRecording(); |
+ PassRefPtr<SkPicture> endRecording(); |
void setShadow(const FloatSize& offset, float blur, const Color&, |
DrawLooperBuilder::ShadowTransformMode = DrawLooperBuilder::ShadowRespectsTransforms, |