| Index: content/browser/compositor/onscreen_display_client.h
|
| diff --git a/content/browser/compositor/onscreen_display_client.h b/content/browser/compositor/onscreen_display_client.h
|
| index 522274a6324ade6ed300da3387c72d71b28c93fd..be218879627f3346680208dfd84eeeacad5da68c 100644
|
| --- a/content/browser/compositor/onscreen_display_client.h
|
| +++ b/content/browser/compositor/onscreen_display_client.h
|
| @@ -46,6 +46,8 @@ class OnscreenDisplayClient : cc::DisplayClient {
|
| void OutputSurfaceLost() override;
|
| void SetMemoryPolicy(const cc::ManagedMemoryPolicy& policy) override;
|
|
|
| + bool output_surface_lost() { return output_surface_lost_; }
|
| +
|
| private:
|
| void ScheduleDraw();
|
| void Draw();
|
|
|