summaryrefslogtreecommitdiffstats
path: root/ui/base/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/layout.h')
-rw-r--r--ui/base/layout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/base/layout.h b/ui/base/layout.h
index be65e6e..b65bfdd 100644
--- a/ui/base/layout.h
+++ b/ui/base/layout.h
@@ -27,6 +27,16 @@ enum DisplayLayout {
// the .pak file of theme resources to load.
UI_EXPORT DisplayLayout GetDisplayLayout();
+enum ScaleFactor {
+ SCALE_FACTOR_100P,
+
+ // The scale factor used for unscaled binary data, the 1x (default) scale
+ // factor data packs.
+ SCALE_FACTOR_NONE = SCALE_FACTOR_100P,
+
+ SCALE_FACTOR_200P,
+};
+
} // namespace ui
#endif // UI_BASE_LAYOUT_H_