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

Unified Diff: cc/input/input_handler.h

Issue 1775013004: Rename InputHandler::GESTURE to InputHandler::TOUCHSCREEN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_regression_3
Patch Set: 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
« no previous file with comments | « no previous file | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index b81ee998f1fc7be74004c99e45158e5bf903d027..8aac2def74619fa683edb297e894ce948a2e0499 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -100,10 +100,7 @@ class CC_EXPORT InputHandler {
};
enum ScrollInputType {
- // TODO(dtapuska): crbug.com/593017; Remove GESTURE and just use
- // TOUCHSCREEN.
- GESTURE,
- TOUCHSCREEN = GESTURE,
+ TOUCHSCREEN,
WHEEL,
ANIMATED_WHEEL,
NON_BUBBLING_GESTURE
« no previous file with comments | « no previous file | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698