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

Unified Diff: sky/engine/core/page/EventHandler.h

Issue 684063002: Remove more frame-level scrolling machinery. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/page/EventHandler.h
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
index b515fd33de04865d6a2b2e7699dd5d0c3660a1ad..b9be45ac2dd46c65fdcf14a70691dd9a70bd12f5 100644
--- a/sky/engine/core/page/EventHandler.h
+++ b/sky/engine/core/page/EventHandler.h
@@ -261,8 +261,6 @@ private:
void updateLastScrollbarUnderMouse(Scrollbar*, bool);
- void setFrameWasScrolledByUser();
-
bool capturesDragging() const { return m_capturesDragging; }
bool handleGestureShowPress();

Powered by Google App Engine
This is Rietveld 408576698