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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/input/scroll_state.cc b/cc/input/scroll_state.cc
index 6c67025..aa0baf1 100644
--- a/cc/input/scroll_state.cc
+++ b/cc/input/scroll_state.cc
@@ -12,6 +12,8 @@ namespace cc {
ScrollState::ScrollState(ScrollStateData data) : data_(data) {}
+ScrollState::ScrollState(const ScrollState& other) = default;
+
ScrollState::~ScrollState() {}
void ScrollState::ConsumeDelta(double x, double y) {