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

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

Issue 2471503002: Mus+Ash: Unify CompositorFrameSinks (Closed)
Patch Set: Updated deps Created 4 years, 1 month 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/direct_output_surface_ozone.h
diff --git a/services/ui/surfaces/direct_output_surface_ozone.h b/services/ui/surfaces/direct_output_surface_ozone.h
index c585f1a5ff27a825ca762b9921a5499fd086b287..b8e61a14784422b5564c01f36a0fd52005660264 100644
--- a/services/ui/surfaces/direct_output_surface_ozone.h
+++ b/services/ui/surfaces/direct_output_surface_ozone.h
@@ -31,8 +31,6 @@ class GpuMemoryBufferManager;
namespace ui {
-class SurfacesContextProvider;
-
// An OutputSurface implementation that directly draws and swap to a GL
// "surfaceless" surface (aka one backed by a buffer managed explicitly in
// mus/ozone. This class is adapted from
@@ -40,7 +38,7 @@ class SurfacesContextProvider;
class DirectOutputSurfaceOzone : public cc::OutputSurface {
public:
DirectOutputSurfaceOzone(
- scoped_refptr<SurfacesContextProvider> context_provider,
+ scoped_refptr<cc::ContextProvider> context_provider,
gfx::AcceleratedWidget widget,
cc::SyntheticBeginFrameSource* synthetic_begin_frame_source,
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,

Powered by Google App Engine
This is Rietveld 408576698