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

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

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fixed gn check 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.h
diff --git a/services/ui/surfaces/compositor_frame_sink.h b/services/ui/surfaces/compositor_frame_sink.h
index a6601f8dc598c1ca9f3d978c5cc83d36124422be..772cf5e3da2dd47217f49453d30e4795877bdcc8 100644
--- a/services/ui/surfaces/compositor_frame_sink.h
+++ b/services/ui/surfaces/compositor_frame_sink.h
@@ -10,6 +10,7 @@
#include "cc/surfaces/surface_factory.h"
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id_allocator.h"
+#include "gpu/ipc/common/surface_handle.h"
#include "services/ui/surfaces/display_compositor.h"
#include "ui/gfx/native_widget_types.h"
@@ -35,7 +36,7 @@ class CompositorFrameSink : public cc::SurfaceFactoryClient,
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);
~CompositorFrameSink() override;

Powered by Google App Engine
This is Rietveld 408576698