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

Unified Diff: cc/cc.gyp

Issue 300323005: Route selection bounds updates through the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Defer selection updates until after compositor scheduling Created 6 years, 6 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/input/layer_selection_bound.h » ('j') | cc/input/layer_selection_bound.h » ('J')
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 e385e084f05056d8e93efe99f74325dd4964b693..5789acb40b257cfd8a364d34b9404d7054d3ed82 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -140,6 +140,9 @@
'input/input_handler.h',
'input/page_scale_animation.cc',
'input/page_scale_animation.h',
+ 'input/layer_selection_bound.cc',
+ 'input/layer_selection_bound.h',
+ 'input/selection_bound_type.h',
'input/top_controls_manager.cc',
'input/top_controls_manager.h',
'input/top_controls_manager_client.h',
@@ -290,6 +293,8 @@
'output/renderer.h',
'output/shader.cc',
'output/shader.h',
+ 'output/selection_bound.cc',
+ 'output/selection_bound.h',
'output/software_frame_data.cc',
'output/software_frame_data.h',
'output/software_output_device.cc',
« no previous file with comments | « no previous file | cc/input/layer_selection_bound.h » ('j') | cc/input/layer_selection_bound.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698