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

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

Issue 2908783002: WIP Hittest Component.
Patch Set: change HitTestFlags to constants so we can mix and match and convert to struct naming convention 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 386ec2f6ef864ba59a9999c9d98084e615919847..7cdf98f5d16cae383fb432826de7feddeef44df3 100644
--- a/components/viz/frame_sinks/BUILD.gn
+++ b/components/viz/frame_sinks/BUILD.gn
@@ -25,7 +25,9 @@ component("frame_sinks") {
"//cc",
"//cc/ipc:interfaces",
"//cc/surfaces",
+ "//components/viz/base",
"//components/viz/display_compositor",
+ "//components/viz/hit_test",
"//gpu/ipc:command_buffer",
]

Powered by Google App Engine
This is Rietveld 408576698