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 57% |
copy from content/common/input/did_overscroll_params.cc |
copy to content/common/frame_replication_state.cc |
index 2b69d8600e7ce5ac0974196407ef3aa71e0a2995..34f5fcc6691cd3191868ebb2e7379d4bd0e079fb 100644 |
--- a/content/common/input/did_overscroll_params.cc |
+++ b/content/common/frame_replication_state.cc |
@@ -2,14 +2,14 @@ |
// 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() { |
} |
-DidOverscrollParams::~DidOverscrollParams() { |
+FrameReplicationState::~FrameReplicationState() { |
} |
} // namespace content |