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

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

Issue 1752043002: Merged FrameView and LayoutBox scrolling in EventHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@invertScrollCustomizationPath
Patch Set: Fixes for layout tests breaks Created 4 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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index ba26f84ba269822c8cef5a0e9ac00ae611ef7818..db763e485d2c3c2fae4cb33f8aecf345bc64e9e0 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -193,7 +193,7 @@ private:
LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*);
- bool shouldScrollTopControls(const FloatSize& delta) const;
+ bool shouldScrollTopControls(ScrollGranularity, const FloatSize& delta) const;
// Internal Frame helper overrides:
WindowProxyManager* windowProxyManager() const override;

Powered by Google App Engine
This is Rietveld 408576698