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

Unified Diff: cc/layers/layer_impl.cc

Issue 2895793002: Track transform animation content readiness on TransformNode. (Closed)
Patch Set: Created 3 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.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index 16bab888a6577fb5c57e8b95c6042647b69c4801..e40b5701e13286410170cac28dcf0f89a8237d62 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -67,7 +67,6 @@ LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, int id)
should_check_backface_visibility_(false),
draws_content_(false),
contributes_to_drawn_render_surface_(false),
- was_ever_ready_since_last_transform_animation_(true),
viewport_layer_type_(NOT_VIEWPORT_LAYER),
background_color_(0),
safe_opaque_background_color_(0),

Powered by Google App Engine
This is Rietveld 408576698