| 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 b6b19c9490cb363fc4f09d3d2d0e4379c0fcd818..a842d6abb6eb63309eec598e3f020cdae9871ed7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -334,8 +334,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<CdlPicture> capturePicture();
|
| + void checkPaintUnderInvalidations(const CdlPicture&);
|
|
|
| GraphicsLayerClient* m_client;
|
|
|
|
|