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

Unified Diff: components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.h

Issue 2937233002: Use HitTestAggregator in GpuRootCompositorFrameSink (Closed)
Patch Set: remove unnecessary define and bracing Created 3 years, 5 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
« no previous file with comments | « no previous file | components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | components/viz/service/frame_sinks/gpu_root_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698