Chromium Code Reviews| 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 27f2f504ef57229b1f1ec6348a086df6433b6305..829d268a4c8cd8e07c009330e06718b85b639cc5 100644 |
| --- a/cc/trees/layer_tree_host_impl.h |
| +++ b/cc/trees/layer_tree_host_impl.h |
| @@ -837,6 +837,7 @@ class CC_EXPORT LayerTreeHostImpl |
| bool requires_high_res_to_draw_; |
| bool is_likely_to_require_a_draw_; |
| + bool has_valid_compositor_frame_sink_; |
|
sunnyps
2016/09/21 00:08:41
Can you add an IsLost method to CompositorFrameSin
sunnyps
2016/09/21 00:15:33
I should've mentioned that this is a nit. Feel fre
|
| std::unique_ptr<Viewport> viewport_; |