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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Reduce unneeded code in surface aggregator and add more test. Created 3 years, 5 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/layers/layer_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index fe4c1f860091da069198d02a1e8fbccc29ac676b..c39b666d3d2d5a83c0313c20456b8e0fa87d9a41 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -32,6 +32,7 @@ struct CC_EXPORT LayerImplTestProperties {
LayerImpl* owning_layer;
bool double_sided;
+ bool cache_render_surface;
bool force_render_surface;
bool is_container_for_fixed_position_layers;
bool should_flatten_transform;

Powered by Google App Engine
This is Rietveld 408576698