| Index: gpu/ipc/service/direct_composition_surface_win.h
|
| diff --git a/gpu/ipc/service/direct_composition_surface_win.h b/gpu/ipc/service/direct_composition_surface_win.h
|
| index 5fa3d375cc3c9fc3e8f837f29aea545c27d84cb1..2402a993252872c71bfe22d7f6c514b1ffa39d47 100644
|
| --- a/gpu/ipc/service/direct_composition_surface_win.h
|
| +++ b/gpu/ipc/service/direct_composition_surface_win.h
|
| @@ -24,6 +24,7 @@ class DCLayerTree;
|
| class GPU_EXPORT DirectCompositionSurfaceWin : public gl::GLSurfaceEGL {
|
| public:
|
| DirectCompositionSurfaceWin(
|
| + std::unique_ptr<gfx::VSyncProvider> vsync_provider,
|
| base::WeakPtr<ImageTransportSurfaceDelegate> delegate,
|
| HWND parent_window);
|
|
|
| @@ -61,8 +62,6 @@ class GPU_EXPORT DirectCompositionSurfaceWin : public gl::GLSurfaceEGL {
|
| // tree at z-order 0.
|
| bool ScheduleDCLayer(const ui::DCRendererLayerParams& params) override;
|
|
|
| - bool Initialize(std::unique_ptr<gfx::VSyncProvider> vsync_provider);
|
| -
|
| const base::win::ScopedComPtr<IDCompositionSurface>& dcomp_surface() const {
|
| return dcomp_surface_;
|
| }
|
|
|