| 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 2d611bd91ba6fc0ca341c989ca799be733be4a95..206f79a322cf9de9ff7d108ecb81e4f7515c8648 100644
|
| --- a/content/browser/compositor/onscreen_display_client.h
|
| +++ b/content/browser/compositor/onscreen_display_client.h
|
| @@ -54,6 +54,7 @@ class OnscreenDisplayClient : cc::DisplayClient {
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
| SurfaceDisplayOutputSurface* surface_display_output_surface_;
|
| bool scheduled_draw_;
|
| + bool output_surface_lost_;
|
| // True if a draw should be scheduled, but it's hit the limit on max frames
|
| // pending.
|
| bool deferred_draw_;
|
|
|