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

Unified Diff: Source/WebCore/page/scrolling/ScrollingTree.h

Issue 12279017: Revert 140571 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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
Index: Source/WebCore/page/scrolling/ScrollingTree.h
===================================================================
--- Source/WebCore/page/scrolling/ScrollingTree.h (revision 143052)
+++ Source/WebCore/page/scrolling/ScrollingTree.h (working copy)
@@ -79,9 +79,6 @@
// Must be called from the scrolling thread. Handles the wheel event.
void handleWheelEvent(const PlatformWheelEvent&);
- void setMainFrameIsRubberBanding(bool);
- bool isRubberBandInProgress();
-
void invalidate();
void commitNewTreeState(PassOwnPtr<ScrollingStateTree>);
@@ -102,8 +99,6 @@
void setScrollingPerformanceLoggingEnabled(bool flag);
bool scrollingPerformanceLoggingEnabled();
- ScrollingTreeScrollingNode* rootNode() const { return m_rootNode.get(); }
-
private:
explicit ScrollingTree(ScrollingCoordinator*);
@@ -126,7 +121,6 @@
bool m_canGoForward;
bool m_mainFramePinnedToTheLeft;
bool m_mainFramePinnedToTheRight;
- bool m_mainFrameIsRubberBanding;
bool m_scrollingPerformanceLoggingEnabled;
« no previous file with comments | « Source/WebCore/page/scrolling/ScrollingCoordinator.h ('k') | Source/WebCore/page/scrolling/ScrollingTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698