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

Unified Diff: cc/input/input_handler.h

Issue 1866583002: Connect LTHI::ScrollAnimated to cc::Viewport (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
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/layers/viewport.h » ('j') | cc/layers/viewport.h » ('J')
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 8aac2def74619fa683edb297e894ce948a2e0499..90870d9ba53d21f6c07092d4063834a040a527f3 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -99,6 +99,8 @@ class CC_EXPORT InputHandler {
uint32_t main_thread_scrolling_reasons;
};
+ // TODO(ymalik): Remove ANIMATED_WHEEL once it is no longer special cased.
+ // see crbug.com/575019.
enum ScrollInputType {
TOUCHSCREEN,
WHEEL,
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/layers/viewport.h » ('j') | cc/layers/viewport.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698