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

Unified Diff: ui/aura/local/layer_tree_frame_sink_local.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
« no previous file with comments | « third_party/WebKit/public/web/WebWidget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/local/layer_tree_frame_sink_local.cc
diff --git a/ui/aura/local/layer_tree_frame_sink_local.cc b/ui/aura/local/layer_tree_frame_sink_local.cc
index 2583d0677c17b7c88555beddadbfe1ac0031a341..4e6708a8f8865e5675fb31f1ab5d3eb7b23da442 100644
--- a/ui/aura/local/layer_tree_frame_sink_local.cc
+++ b/ui/aura/local/layer_tree_frame_sink_local.cc
@@ -33,7 +33,7 @@ bool LayerTreeFrameSinkLocal::BindToClient(
thread_checker_ = base::MakeUnique<base::ThreadChecker>();
support_ = host_frame_sink_manager_->CreateCompositorFrameSinkSupport(
- this, frame_sink_id_, false /* is_root */,
+ this, nullptr, frame_sink_id_, false /* is_root */,
true /* handles_frame_sink_id_invalidation */,
true /* needs_sync_points */);
begin_frame_source_ = base::MakeUnique<viz::ExternalBeginFrameSource>(this);
« no previous file with comments | « third_party/WebKit/public/web/WebWidget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698