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

Unified Diff: cc/trees/scroll_node.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
« cc/trees/layer_tree_impl.cc ('K') | « cc/trees/scroll_node.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/scroll_node.cc
diff --git a/cc/trees/scroll_node.cc b/cc/trees/scroll_node.cc
index a20fe2f84f63995d928e55ad40741b4f459d626b..4d030e322e6b3f5f88a8744bd408b2ba4f85f662 100644
--- a/cc/trees/scroll_node.cc
+++ b/cc/trees/scroll_node.cc
@@ -26,8 +26,7 @@ ScrollNode::ScrollNode()
should_flatten(false),
user_scrollable_horizontal(false),
user_scrollable_vertical(false),
- transform_id(0),
- num_drawn_descendants(0) {}
+ transform_id(0) {}
ScrollNode::ScrollNode(const ScrollNode& other) = default;
« cc/trees/layer_tree_impl.cc ('K') | « cc/trees/scroll_node.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698