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

Unified Diff: services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webkit_unit_tests Created 4 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
Index: services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
diff --git a/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc b/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
index 8ceb5a8df0936e668ce368cb90ffec8de078e946..c6a64160da12be4fe76518034bd805607b8eaba4 100644
--- a/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
+++ b/services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc
@@ -17,7 +17,7 @@ CompositorFrameSinkFactoryImpl::CompositorFrameSinkFactoryImpl(
const scoped_refptr<SurfacesState>& surfaces_state)
: client_id_(client_id),
surfaces_state_(surfaces_state),
- allocator_(client_id),
+ allocator_(0 /* gpu_id */, client_id),
binding_(this, std::move(request)) {}
CompositorFrameSinkFactoryImpl::~CompositorFrameSinkFactoryImpl() {}

Powered by Google App Engine
This is Rietveld 408576698