Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index af2b14985a8f9cb3a489a53b8682e734f72b6692..a3ffec74ac0d842a20d92f8ae3608624852ddff7 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -425,6 +425,7 @@ public: |
} |
GraphicsLayer* rootGraphicsLayer(); |
+ void registerViewportLayersWithCompositor(); |
PaintLayerCompositor* compositor() const; |
void scheduleAnimation(); |
CompositorAnimationTimeline* linkHighlightsTimeline() const { return m_linkHighlightsTimeline.get(); } |