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

Unified Diff: cc/input/scroll_state_data.cc

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: none 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/input/scroll_state_data.cc
diff --git a/cc/input/scroll_state_data.cc b/cc/input/scroll_state_data.cc
index 567a02446be2c8a8e0f4647efde43de286d43d36..316bd1436c798459266b061695cebfe681cc55a6 100644
--- a/cc/input/scroll_state_data.cc
+++ b/cc/input/scroll_state_data.cc
@@ -24,7 +24,8 @@ ScrollStateData::ScrollStateData()
delta_granularity(0),
caused_scroll_x(false),
caused_scroll_y(false),
- current_native_scrolling_node_(nullptr) {}
+ current_native_scrolling_node_(nullptr),
+ current_native_scrolling_element_(kInvalidElementId) {}
ScrollStateData::ScrollStateData(const ScrollStateData& other) = default;

Powered by Google App Engine
This is Rietveld 408576698