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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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/page/scrolling/ScrollingCoordinator.cpp
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
index d8c6599e5cca8f50180a4cc7c1d0ef73cc436162..7e5d44dd48d02c07d4a37f0f7d5d8809423571a6 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
@@ -200,7 +200,7 @@ void ScrollingCoordinator::updateAfterCompositingChangeIfNeeded() {
Document* mainFrameDocument =
m_page->deprecatedLocalMainFrame()->document();
Element* fullscreenElement =
- Fullscreen::fullscreenElementFrom(*mainFrameDocument);
+ Fullscreen::fullscreenElement(*mainFrameDocument);
WebLayer* visualViewportScrollLayer =
toWebLayer(m_page->frameHost().visualViewport().scrollLayer());

Powered by Google App Engine
This is Rietveld 408576698