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

Unified Diff: public/platform/WebDisplayMode.h

Issue 1029833002: Add 'blink::WebDisplayModeLast' enum element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebDisplayMode.h
diff --git a/public/platform/WebDisplayMode.h b/public/platform/WebDisplayMode.h
index 7fcc900bb55a39cef59e9aa7b0b07a85a0253f43..ee9fac5add4121e700366d86526f47fe72f4392f 100644
--- a/public/platform/WebDisplayMode.h
+++ b/public/platform/WebDisplayMode.h
@@ -12,7 +12,8 @@ enum WebDisplayMode {
WebDisplayModeBrowser,
WebDisplayModeMinimalUi,
WebDisplayModeStandalone,
- WebDisplayModeFullscreen
+ WebDisplayModeFullscreen,
+ WebDisplayModeLast = WebDisplayModeFullscreen
};
} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698