| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fd4888941e98ffe446c3362a572f17798ffe86c5..95349246741c59e93dfe8d5d2b423cd5971da4ac 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -157,6 +157,9 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| // True if a request to the LayerTreeHostClient to create an output surface
|
| // is still outstanding.
|
| bool output_surface_creation_requested_;
|
| + // When output surface is lost, is set to true until a new output surface is
|
| + // initialized.
|
| + bool output_surface_lost_;
|
|
|
| // This is the callback for the scheduled RequestNewOutputSurface.
|
| base::CancelableClosure output_surface_creation_callback_;
|
|
|