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_; |
danakj
2016/09/23 21:24:10
Can you TODO(danakj): Delete the compositor frame
no sievers
2016/09/23 21:27:31
Done.
|
std::unique_ptr<Viewport> viewport_; |