| 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 20187fd099f9d96491be650c90c0bab4684ceaa9..5beb02f7d21d33c3c087a3c61e6b08a5b01e5215 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,
|
| bool has_alpha) override;
|
|
|