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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 1738243002: Removed main-thread one dimensional scrolling paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeStepFromUserScroll
Patch Set: Rebase Created 4 years, 10 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/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 71067fb04e22f2f5d6ec1c7deb7c318846cc822b..ba26f84ba269822c8cef5a0e9ac00ae611ef7818 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -172,7 +172,6 @@ public:
// FIXME: once scroll customization is enabled everywhere
// (crbug.com/416862), this should take a ScrollState object.
ScrollResult applyScrollDelta(ScrollGranularity, const FloatSize& delta, bool isScrollBegin);
- bool shouldScrollTopControls(const FloatSize& delta) const;
// DisplayItemClient methods
String debugName() const final { return "LocalFrame"; }
@@ -194,6 +193,8 @@ private:
LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*);
+ bool shouldScrollTopControls(const FloatSize& delta) const;
+
// Internal Frame helper overrides:
WindowProxyManager* windowProxyManager() const override;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698