| Index: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp
|
| index 270b7c55e2408516c9bd21a83341f8c5482ecfc3..412c44bd00f439e92818011b3310f3a657b1e176 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp
|
| @@ -198,7 +198,7 @@ void TopDocumentRootScrollerController::didUpdateCompositing() {
|
| return;
|
|
|
| // Let the compositor-side counterpart know about this change.
|
| - m_frameHost->chromeClient().registerViewportLayers();
|
| + m_frameHost->page().chromeClient().registerViewportLayers();
|
| }
|
|
|
| void TopDocumentRootScrollerController::didDisposeScrollableArea(
|
|
|