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

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

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Address Rob's comments Created 3 years, 4 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/service/frame_sinks/compositor_frame_sink_support_manager.h
diff --git a/components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h b/components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h
index 91a4e805709b7d0328fe6b9254f3fce273a44443..58e185b8c4781874e9ae1229089ae3e03dae013a 100644
--- a/components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h
+++ b/components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h
@@ -8,19 +8,23 @@
#include <memory>
#include "base/callback.h"
-
namespace viz {
class CompositorFrameSinkSupport;
class CompositorFrameSinkSupportClient;
class FrameSinkId;
+namespace mojom {
+class TargetFrameForInputDelegate;
+}
+
// This inteface provides a way for DirectLayerTreeFrameSink to create a
// CompositorFrameSinkSupport.
class CompositorFrameSinkSupportManager {
public:
virtual std::unique_ptr<CompositorFrameSinkSupport>
CreateCompositorFrameSinkSupport(CompositorFrameSinkSupportClient* client,
+ mojom::TargetFrameForInputDelegate*,
const FrameSinkId& frame_sink_id,
bool is_root,
bool handles_frame_sink_id_invalidation,
« no previous file with comments | « components/viz/host/host_frame_sink_manager.cc ('k') | components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698