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 70905512f151dc17ad4376ec6ec27677327c4487..c13d4ee123f5f53e5bbed4bd51ab73904437c78d 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -495,6 +495,9 @@ public: |
// Called anytime top controls layout height or content offset have changed. |
void didUpdateTopControls(); |
+ // Called to update the root scroller layer on the compositor. |
+ void didUpdateRootScrollerLayer(WebLayer*); |
+ |
void forceNextWebGLContextCreationToFail() override; |
void forceNextDrawingBufferCreationToFail() override; |