summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/switches.h')
-rw-r--r--chromium/ui/gfx/switches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/ui/gfx/switches.h b/chromium/ui/gfx/switches.h
index f8fc7fe6a54..afb36f3e9ae 100644
--- a/chromium/ui/gfx/switches.h
+++ b/chromium/ui/gfx/switches.h
@@ -5,6 +5,7 @@
#ifndef UI_GFX_SWITCHES_H_
#define UI_GFX_SWITCHES_H_
+#include "base/feature_list.h"
#include "build/build_config.h"
#include "ui/gfx/switches_export.h"
@@ -17,4 +18,8 @@ GFX_SWITCHES_EXPORT extern const char kForcePrefersReducedMotion[];
GFX_SWITCHES_EXPORT extern const char kHeadless[];
} // namespace switches
+namespace features {
+GFX_SWITCHES_EXPORT extern const base::Feature kOddHeightMultiPlanarBuffers;
+} // namespace features
+
#endif // UI_GFX_SWITCHES_H_