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

Unified Diff: cc/layers/layer_impl.cc

Issue 1882413006: cc: Construct the RSLL without using layer hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index 740f8e743ce5d91092ef5a01c331702bb6d6365a..cc41ff717f6c707d264d15d50d44792f8dcfd21a 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -92,7 +92,7 @@ LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, int id)
debug_info_(nullptr),
force_render_surface_(false),
frame_timing_requests_dirty_(false),
- layer_or_descendant_is_drawn_(false),
+ scrolls_drawn_descendant_(false),
layer_or_descendant_has_touch_handler_(false) {
DCHECK_GT(layer_id_, 0);

Powered by Google App Engine
This is Rietveld 408576698