Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / public / common / page_state.cc
index 3cf1659..9d100d3 100644 (file)
@@ -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) {