Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 14417014: cc: Add tile-free software compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698