summaryrefslogtreecommitdiffstats
path: root/cc/input/scroll_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/input/scroll_state.cc')
-rw-r--r--cc/input/scroll_state.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/input/scroll_state.cc b/cc/input/scroll_state.cc
index aa0baf1..f0c0d7e 100644
--- a/cc/input/scroll_state.cc
+++ b/cc/input/scroll_state.cc
@@ -10,7 +10,8 @@
namespace cc {
-ScrollState::ScrollState(ScrollStateData data) : data_(data) {}
+ScrollState::ScrollState(ScrollStateData data)
+ : data_(data), layer_tree_impl_(nullptr) {}
ScrollState::ScrollState(const ScrollState& other) = default;