Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp

Issue 2742673002: Remove FrameHost::globalRootScrollerController() (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698