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

Unified Diff: cc/cc.gyp

Issue 704463003: Move overscroll bounce to impl thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/input/input_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 3c457f923be04bceaa7d91a4d15a46cbdc75972e..7ee637ba5f459ff089db1f07f88882613d52042f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -145,6 +145,7 @@
'input/page_scale_animation.h',
'input/layer_selection_bound.cc',
'input/layer_selection_bound.h',
+ 'input/scroll_elasticity_controller.h'
'input/selection_bound_type.h',
'input/top_controls_manager.cc',
'input/top_controls_manager.h',
@@ -499,6 +500,8 @@
'trees/single_thread_proxy.h',
'trees/thread_proxy.cc',
'trees/thread_proxy.h',
+ 'trees/tree_scroll_elasticity_client.cc',
+ 'trees/tree_scroll_elasticity_client.h',
'trees/tree_synchronizer.cc',
'trees/tree_synchronizer.h',
],
« no previous file with comments | « no previous file | cc/input/input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698