Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index 0de8d1247d366b0cb23b183f6c0787147c9ebcaf..45faa38c286e79280d0cee6947ac179cfd8121e0 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<CompositedDisplayList>) override; |
+ CompositedDisplayList* compositedDisplayListForTesting() override; |
+ |
void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override; |
void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override; |