Chromium Code Reviews| Index: cc/output/output_surface.h |
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
| index c82a08711b5abf23833fbea3f042664fe88e6909..ffffaea866ce781fc1956896a1b56e0f710023e5 100644 |
| --- a/cc/output/output_surface.h |
| +++ b/cc/output/output_surface.h |
| @@ -105,6 +105,10 @@ 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. |
|
danakj
2014/05/20 23:09:11
Mention only valid with deferred_gl?
boliu
2014/05/20 23:31:38
Done.
|
| + void ReleaseContextProvider(); |
| + |
| // Enable or disable vsync. |
| void SetThrottleFrameProduction(bool enable); |