| 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 56%
|
| copy from content/common/input/did_overscroll_params.cc
|
| copy to content/common/frame_replication_state.cc
|
| index 2b69d8600e7ce5ac0974196407ef3aa71e0a2995..642de53763d24720441c03ac74cd3165ae2f4cac 100644
|
| --- a/content/common/input/did_overscroll_params.cc
|
| +++ b/content/common/frame_replication_state.cc
|
| @@ -2,14 +2,15 @@
|
| // 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
|
|
|