| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 821028fa64595c087bf1cbc21aa4e4ccb12729ff..7392d4f9c27003a8508e6a862f5c552c8feea2e9 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -703,9 +703,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| MicroBenchmarkControllerImpl micro_benchmark_controller_;
|
|
|
| bool need_to_update_visible_tiles_before_draw_;
|
| -#if DCHECK_IS_ON
|
| - bool did_lose_called_;
|
| -#endif
|
| + bool have_valid_output_surface_;
|
|
|
| // Optional callback to notify of new tree activations.
|
| base::Closure tree_activation_callback_;
|
|
|