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

Unified Diff: cc/layers/layer_impl_test_properties.cc

Issue 2053983003: cc : Move LayerImpl::parent to test properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 d4b946a46e2f91a6230eeb006541d82f96205248..a75d0d0aadd30735679e4eec8548f8494a286f3a 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -19,7 +19,8 @@ LayerImplTestProperties::LayerImplTestProperties()
num_unclipped_descendants(0),
opacity(1.f),
scroll_parent(nullptr),
- clip_parent(nullptr) {}
+ clip_parent(nullptr),
+ parent(nullptr) {}
LayerImplTestProperties::~LayerImplTestProperties() {}

Powered by Google App Engine
This is Rietveld 408576698