| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 0de8d1247d366b0cb23b183f6c0787147c9ebcaf..88fab818ba8ffc8181ad83554809f2e1ed14c2ce 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -119,6 +119,9 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
|
|
|
| + void setCompositedDisplayList(PassOwnPtr<WebCompositedDisplayList>) override;
|
| + WebCompositedDisplayList* compositedDisplayListForTesting() override;
|
| +
|
| void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;
|
| void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;
|
|
|
|
|