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

Unified Diff: Source/core/css/DisplayModeProperties.h

Issue 853483003: Add support for 'display-mode' MQ defined in Manifest spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 11 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 | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/css/MediaFeatureNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/DisplayModeProperties.h
diff --git a/Source/core/css/DisplayModeProperties.h b/Source/core/css/DisplayModeProperties.h
new file mode 100644
index 0000000000000000000000000000000000000000..17ac305e37163796063c0112fd61fdbb3747bd66
--- /dev/null
+++ b/Source/core/css/DisplayModeProperties.h
@@ -0,0 +1,20 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef DisplayModeProperties_h
+#define DisplayModeProperties_h
+
+namespace blink {
+
+enum DisplayMode {
+ DisplayModeUndefined, // User for override setting (ie. not set).
+ DisplayModeBrowser,
+ DisplayModeMinimalUi,
+ DisplayModeStandalone,
+ DisplayModeFullscreen
+};
+
+}
+
+#endif
« no previous file with comments | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/css/MediaFeatureNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698