| Index: content/public/common/page_state.cc
|
| diff --git a/content/public/common/page_state.cc b/content/public/common/page_state.cc
|
| index 3cf1659bb85d10ebab498b6fd4f6c6ac08968144..9d100d31b626754d205874ebc42bcbd8754b8c38 100644
|
| --- a/content/public/common/page_state.cc
|
| +++ b/content/public/common/page_state.cc
|
| @@ -42,6 +42,7 @@ void RecursivelyRemovePasswordData(ExplodedFrameState* state) {
|
|
|
| void RecursivelyRemoveScrollOffset(ExplodedFrameState* state) {
|
| state->scroll_offset = gfx::Point();
|
| + state->pinch_viewport_scroll_offset = gfx::PointF();
|
| }
|
|
|
| void RecursivelyRemoveReferrer(ExplodedFrameState* state) {
|
|
|