Index: components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h |
diff --git a/components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h b/components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h |
index 2defc9d828a34bc72306f9adf468877a6b277bc2..10fdac6c7551efa0f2b057ac86a73baa7c436090 100644 |
--- a/components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h |
+++ b/components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h |
@@ -14,6 +14,7 @@ |
#include "components/viz/service/display/display_client.h" |
#include "components/viz/service/frame_sinks/compositor_frame_sink_support_client.h" |
#include "components/viz/service/frame_sinks/gpu_compositor_frame_sink_delegate.h" |
+#include "components/viz/service/hit_test/hit_test_aggregator.h" |
#include "mojo/public/cpp/bindings/associated_binding.h" |
#include "mojo/public/cpp/bindings/binding.h" |
@@ -101,6 +102,8 @@ class GpuRootCompositorFrameSink |
compositor_frame_sink_private_binding_; |
mojo::AssociatedBinding<cc::mojom::DisplayPrivate> display_private_binding_; |
+ HitTestAggregator hit_test_aggregator_; |
+ |
DISALLOW_COPY_AND_ASSIGN(GpuRootCompositorFrameSink); |
}; |