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 df3f23ffd8d9449c8c90ec8b739aee85f1833f75..ad196a8f3f86aebb5fb0338f9fb0419c6fa3c5c5 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -137,6 +137,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient, |
LayerImplList will_draw_layers; |
bool contains_incomplete_tile; |
bool has_no_damage; |
+ bool cannot_append_tile_draw_quads; |
LatencyInfo latency_info; |
// RenderPassSink implementation. |