Index: content/common/frame_replication_state.cc |
diff --git a/content/common/input/did_overscroll_params.cc b/content/common/frame_replication_state.cc |
similarity index 52% |
copy from content/common/input/did_overscroll_params.cc |
copy to content/common/frame_replication_state.cc |
index 2b69d8600e7ce5ac0974196407ef3aa71e0a2995..8c32839afc64ebbd7b2932d0175246cd9aba8915 100644 |
--- a/content/common/input/did_overscroll_params.cc |
+++ b/content/common/frame_replication_state.cc |
@@ -2,14 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/common/input/did_overscroll_params.h" |
+#include "content/common/frame_replication_state.h" |
namespace content { |
-DidOverscrollParams::DidOverscrollParams() { |
+FrameReplicationState::FrameReplicationState() |
+ : origin(), |
+ is_unique_origin(true) { |
} |
-DidOverscrollParams::~DidOverscrollParams() { |
+FrameReplicationState::~FrameReplicationState() { |
} |
} // namespace content |