| Index: content/common/page_state_serialization.h
|
| diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h
|
| index a23ab5fdaf6d9e0d9176ddc8c825c955be4ccd0d..9613a2ee0da9eb0843693a72c0627f16b224cb02 100644
|
| --- a/content/common/page_state_serialization.h
|
| +++ b/content/common/page_state_serialization.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/strings/nullable_string16.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebHTTPBody.h"
|
| +#include "third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h"
|
| #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
| @@ -48,6 +49,7 @@ struct CONTENT_EXPORT ExplodedFrameState {
|
| base::NullableString16 target;
|
| base::NullableString16 state_object;
|
| std::vector<base::NullableString16> document_state;
|
| + blink::WebHistoryScrollRestorationType scroll_restoration_type;
|
| gfx::PointF pinch_viewport_scroll_offset;
|
| gfx::Point scroll_offset;
|
| int64 item_sequence_number;
|
|
|