| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index c188fe0a85ecc8be707aa4bfd809b777d16fdd5b..9742a6f9734f687d9a84bdc1bb0447b9caa87e3f 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -28,6 +28,7 @@ class CC_EXPORT OutputSurfaceClient {
|
| // the compositor should be able to draw using GL what was previously
|
| // committed.
|
| virtual void DeferredInitialize() = 0;
|
| + // Must call OutputSurface::ReleaseContextProvider inside this call.
|
| virtual void ReleaseGL() = 0;
|
| virtual void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) = 0;
|
|
|