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

Unified Diff: services/ui/surfaces/compositor_frame_sink.cc

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 years, 2 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/surfaces/compositor_frame_sink.cc
diff --git a/services/ui/surfaces/compositor_frame_sink.cc b/services/ui/surfaces/compositor_frame_sink.cc
index c880bd130d122447cedd8eeb369424f72e49433f..3b6cce33888e19a104cda60e245b55e32d4e1f99 100644
--- a/services/ui/surfaces/compositor_frame_sink.cc
+++ b/services/ui/surfaces/compositor_frame_sink.cc
@@ -28,7 +28,7 @@ namespace surfaces {
CompositorFrameSink::CompositorFrameSink(
const cc::FrameSinkId& frame_sink_id,
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- gfx::AcceleratedWidget widget,
+ gpu::SurfaceHandle widget,
scoped_refptr<gpu::GpuChannelHost> gpu_channel,
const scoped_refptr<DisplayCompositor>& display_compositor)
: frame_sink_id_(frame_sink_id),

Powered by Google App Engine
This is Rietveld 408576698