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

Unified Diff: cc/layers/layer_impl.cc

Issue 2495123002: Make all scrollable layers visible to hit testing. (Closed)
Patch Set: Created 4 years, 1 month 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 dede0f6e145883f1b475408afd7f301b21d1a890..70d7df70aaf8bfe2d817e667c715f7bb9e023ada 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -80,7 +80,6 @@ LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, int id)
mutable_properties_(MutableProperty::kNone),
debug_info_(nullptr),
has_preferred_raster_bounds_(false),
- scrolls_drawn_descendant_(false),
has_will_change_transform_hint_(false),
needs_push_properties_(false),
scrollbars_hidden_(false) {

Powered by Google App Engine
This is Rietveld 408576698