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

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

Issue 2937233002: Use HitTestAggregator in GpuRootCompositorFrameSink (Closed)
Patch Set: 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/frame_sinks/BUILD.gn
diff --git a/components/viz/frame_sinks/BUILD.gn b/components/viz/frame_sinks/BUILD.gn
index 1f3f190f4f38a22af3b636f2d59a233b1354c6bc..f2c7e274a731f515dc226bcb5c386f8db75eb79b 100644
--- a/components/viz/frame_sinks/BUILD.gn
+++ b/components/viz/frame_sinks/BUILD.gn
@@ -34,7 +34,9 @@ source_set("frame_sinks_sources") {
"//cc",
"//cc/ipc:interfaces",
"//cc/surfaces",
+ "//components/viz/base",
"//components/viz/display_compositor:display_compositor_sources",
Fady Samuel 2017/06/15 15:02:40 Please rebase.
gklassen 2017/06/15 19:40:17 Done.
+ "//components/viz/hit_test",
"//gpu/ipc:command_buffer",
]

Powered by Google App Engine
This is Rietveld 408576698