| 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 112e2443fa2357b9b140e4e0f5aec9c55ef12c6b..eccaa82a565fc8060979e3d4d46d7f5aa7bce8b3 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
|
| @@ -11,6 +11,7 @@
|
| #include "cc/surfaces/display_client.h"
|
| #include "cc/surfaces/local_surface_id.h"
|
| #include "cc/surfaces/surface_id.h"
|
| +#include "components/viz/hit_test/hit_test_aggregator.h"
|
| #include "components/viz/service/frame_sinks/gpu_compositor_frame_sink_delegate.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_;
|
|
|
| + std::unique_ptr<hit_test::HitTestAggregator> hit_test_aggregator_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(GpuRootCompositorFrameSink);
|
| };
|
|
|
|
|