Index: android_webview/browser/parent_output_surface.h |
diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h |
index 6fca53585c46ba89046a230d063ebc7be0239323..8bc15a812a4cc779c0ecbba7c1ce990787c538af 100644 |
--- a/android_webview/browser/parent_output_surface.h |
+++ b/android_webview/browser/parent_output_surface.h |
@@ -16,6 +16,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) { |
~ParentOutputSurface() override; |
// OutputSurface overrides. |
+ void DidLoseOutputSurface() override; |
void Reshape(const gfx::Size& size, float scale_factor) override; |
void SwapBuffers(cc::CompositorFrame* frame) override; |
using cc::OutputSurface::SetExternalStencilTest; |