| Index: third_party/WebKit/public/web/WebHistoryItem.h
|
| diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
|
| index 2b91f34f07fef8fdb380a8365b33db3ff298fc99..39e53401664ff44e5c837cc5eeaa068e21f5db71 100644
|
| --- a/third_party/WebKit/public/web/WebHistoryItem.h
|
| +++ b/third_party/WebKit/public/web/WebHistoryItem.h
|
| @@ -116,6 +116,9 @@ class WebHistoryItem {
|
|
|
| BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
|
|
|
| + BLINK_EXPORT bool didSaveScrollOrScaleState() const;
|
| + BLINK_EXPORT void setDidSaveScrollOrScaleState(bool);
|
| +
|
| #if BLINK_IMPLEMENTATION
|
| BLINK_EXPORT WebHistoryItem(HistoryItem*);
|
| BLINK_EXPORT WebHistoryItem& operator=(HistoryItem*);
|
|
|