| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| index 2153a44709a1ecaa6df08e89e82e865019340f40..08d08aacd73948c5da897ed3e680f30363ec62d6 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
|
| @@ -939,7 +939,7 @@ TEST_P(CompositedLayerMappingTest, RootScrollerAncestorsNotClipped) {
|
| NonThrowableExceptionState nonThrow;
|
|
|
| TopDocumentRootScrollerController& rootScrollerController =
|
| - document().frameHost()->globalRootScrollerController();
|
| + document().page()->globalRootScrollerController();
|
|
|
| setBodyInnerHTML(
|
| // The container DIV is composited with scrolling contents and a
|
|
|