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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2018833002: cc : Delete LayerImpl::opacity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.cc
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
index c204f917d90783243d9c50d17fadedca70a9fa31..de34cf0684b295694e8de2c1484423d323792b1f 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -14,6 +14,7 @@ LayerImplTestProperties::LayerImplTestProperties()
hide_layer_and_subtree(false),
num_descendants_that_draw_content(0),
num_unclipped_descendants(0),
+ opacity(1.f),
scroll_parent(nullptr),
clip_parent(nullptr) {}

Powered by Google App Engine
This is Rietveld 408576698