| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index c82a08711b5abf23833fbea3f042664fe88e6909..f992e9788c5b393e8a694dc40d6951873579bd56 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -105,6 +105,11 @@ class CC_EXPORT OutputSurface {
|
| // thread.
|
| virtual bool BindToClient(OutputSurfaceClient* client);
|
|
|
| + // This is called by the compositor on the compositor thread inside ReleaseGL
|
| + // in order to release the ContextProvider. Only used with
|
| + // deferred_gl_initialization capability.
|
| + void ReleaseContextProvider();
|
| +
|
| // Enable or disable vsync.
|
| void SetThrottleFrameProduction(bool enable);
|
|
|
|
|