Index: third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h |
diff --git a/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h b/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h |
index 5f074041fcad3d49d58200fc5bcff515c2b4aa56..57711f3581cab09a2be6ad4bc197a08622aaf2a6 100644 |
--- a/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h |
+++ b/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h |
@@ -36,7 +36,8 @@ namespace blink { |
// Represents scroll restoration type for history item. |
enum WebHistoryScrollRestorationType { |
WebHistoryScrollRestorationAuto, |
- WebHistoryScrollRestorationManual |
+ WebHistoryScrollRestorationManual, |
+ Last = WebHistoryScrollRestorationManual |
}; |
} // namespace blink |