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 337b066df431d78498fc0444dda8b219e11d787a..8025f07ea3d11823a7af11fc5c3959f640147030 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, float scale_factor) override; |