| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index 4fe6b64bd3c86caf3e1c27c377a6f10b2091746d..9f55fc3fa3d0ba72a1c7f673e5e67416ba1556b8 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -29,11 +29,6 @@ class CC_EXPORT OutputSurfaceClient {
|
| // and is now visible to the user.
|
| virtual void DidReceiveSwapBuffersAck() = 0;
|
|
|
| - // The OutputSurface is lost when the ContextProviders held by it
|
| - // encounter an error. In this case the OutputSurface (and the
|
| - // ContextProviders) must be recreated.
|
| - virtual void DidLoseOutputSurface() = 0;
|
| -
|
| // For surfaceless/ozone implementations to create damage for the next frame.
|
| virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
|
|
|
|
|