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

Unified Diff: components/viz/service/BUILD.gn

Issue 2937233002: Use HitTestAggregator in GpuRootCompositorFrameSink (Closed)
Patch Set: rebase and move switches from base to common Created 3 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
Index: components/viz/service/BUILD.gn
diff --git a/components/viz/service/BUILD.gn b/components/viz/service/BUILD.gn
index ecb8291d9c668d27a0d4eae05784858f362ccd8a..4744d2b4dc63b948c3996b49f4ccfcc9f0466d8a 100644
--- a/components/viz/service/BUILD.gn
+++ b/components/viz/service/BUILD.gn
@@ -49,6 +49,8 @@ component("service") {
"//cc",
"//cc/ipc:interfaces",
"//cc/surfaces",
+ "//components/viz/common",
+ "//components/viz/hit_test",
Fady Samuel 2017/06/20 17:18:39 What's components/viz/hit_test?
gklassen 2017/07/17 16:55:08 Done.
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",

Powered by Google App Engine
This is Rietveld 408576698