Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: third_party/WebKit/public/web/WebHistoryItem.h

Issue 2628683003: Add DidSaveScrollOrScaleState flag to prevent restoreScrollPositionAndViewState restore from default (Closed)
Patch Set: add dump file Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « third_party/WebKit/Source/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698