Index: content/renderer/android/synchronous_compositor_output_surface.h |
diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h |
index 16320cdb13d6f665c99a6947ac5acc6b37dc9e1a..64a929ccf991ea078022b1fc0411d43226651f82 100644 |
--- a/content/renderer/android/synchronous_compositor_output_surface.h |
+++ b/content/renderer/android/synchronous_compositor_output_surface.h |
@@ -64,6 +64,7 @@ class SynchronousCompositorOutputSurface |
void SetSyncClient(SynchronousCompositorOutputSurfaceClient* compositor); |
// OutputSurface. |
+ void DidLoseOutputSurface() override; |
bool BindToClient(cc::OutputSurfaceClient* surface_client) override; |
void DetachFromClient() override; |
void Reshape(const gfx::Size& size, |