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

Unified Diff: components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc

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/direct_layer_tree_frame_sink.cc
diff --git a/components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc b/components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc
index c4540aa4cc93760f9b02e1ee27431f7cbbb565b6..957653028c6219929a49dd1759bb1f88bf78a55b 100644
--- a/components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc
+++ b/components/viz/service/frame_sinks/direct_layer_tree_frame_sink.cc
@@ -75,7 +75,8 @@ bool DirectLayerTreeFrameSink::BindToClient(
constexpr bool is_root = true;
constexpr bool handles_frame_sink_id_invalidation = false;
support_ = support_manager_->CreateCompositorFrameSinkSupport(
- this, frame_sink_id_, is_root, handles_frame_sink_id_invalidation,
+ this, nullptr, frame_sink_id_, is_root,
+ handles_frame_sink_id_invalidation,
capabilities_.delegated_sync_points_required);
begin_frame_source_ = base::MakeUnique<ExternalBeginFrameSource>(this);
client_->SetBeginFrameSource(begin_frame_source_.get());
« no previous file with comments | « components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698