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

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

Issue 1840113005: Move viewport actions into an ApplyScroll callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 447c6d8f217efe3cad25e36d6988ac2e4f44ec6e..6935bcbe5e98784cff6a1f33b52ca61784d66c2f 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -170,10 +170,6 @@ public:
bool shouldReuseDefaultView(const KURL&) const;
void removeSpellingMarkersUnderWords(const Vector<String>& words);
- // FIXME: once scroll customization is enabled everywhere
- // (crbug.com/416862), this should take a ScrollState object.
- ScrollResult applyScrollDelta(ScrollGranularity, const FloatSize& delta, bool isScrollBegin);
-
// DisplayItemClient methods
String debugName() const final { return "LocalFrame"; }
// TODO(chrishtr): fix this.
@@ -194,8 +190,6 @@ private:
LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*);
- bool shouldScrollTopControls(ScrollGranularity, const FloatSize& delta) const;
-
// Internal Frame helper overrides:
WindowProxyManager* getWindowProxyManager() const override;

Powered by Google App Engine
This is Rietveld 408576698