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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 1895323002: Viewport apply scroll should be on the document element not scrollingElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 0cb3924f19b25fb8a57849f2c0f2586ca97fbe09..6a7f6d6c640318b19de72989f029dc8fc47da8c1 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1158,13 +1158,6 @@ private:
const OriginAccessEntry& accessEntryFromURL();
- // Installs the viewport scrolling callback (the "applyScroll" in Scroll
- // Customization lingo) on the root scrollingElement. This callback is
- // responsible for viewport related scroll actions like top controls
- // movement and overscroll glow as well as actually scrolling the root
- // viewport.
- void updateViewportApplyScroll();
-
DocumentLifecycle m_lifecycle;
bool m_hasNodesWithPlaceholderStyle;
@@ -1271,10 +1264,6 @@ private:
Member<Element> m_cssTarget;
- // Not a WeakMember since we want to keep the scrollingElement around until
- // we move its ApplyScroll onto the new scrollingElement.
- Member<Element> m_oldScrollingElement;
-
LoadEventProgress m_loadEventProgress;
double m_startTime;
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698