| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 21a25d02a8e531857bbb021f69bc2059c5971c99..f0116389b3edebaff273ddb15f953e9be9ba0f10 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -335,8 +335,8 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
|
| std::unique_ptr<JSONObject> layerAsJSONInternal(LayerTreeFlags,
|
| RenderingContextMap&) const;
|
|
|
| - sk_sp<SkPicture> capturePicture();
|
| - void checkPaintUnderInvalidations(const SkPicture&);
|
| + sk_sp<PaintRecord> capturePicture();
|
| + void checkPaintUnderInvalidations(const PaintRecord&);
|
|
|
| GraphicsLayerClient* m_client;
|
|
|
|
|