diff options
Diffstat (limited to 'chromium/ui/gfx/switches.h')
-rw-r--r-- | chromium/ui/gfx/switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/gfx/switches.h b/chromium/ui/gfx/switches.h index abe0a58a9cc..fa86fc52621 100644 --- a/chromium/ui/gfx/switches.h +++ b/chromium/ui/gfx/switches.h @@ -12,10 +12,10 @@ namespace switches { GFX_SWITCHES_EXPORT extern const char kAnimationDurationScale[]; GFX_SWITCHES_EXPORT extern const char kDisableFontSubpixelPositioning[]; +GFX_SWITCHES_EXPORT extern const char kDisableYuv420Biplanar[]; GFX_SWITCHES_EXPORT extern const char kEnableNativeGpuMemoryBuffers[]; GFX_SWITCHES_EXPORT extern const char kForcePrefersReducedMotion[]; GFX_SWITCHES_EXPORT extern const char kHeadless[]; - } // namespace switches #endif // UI_GFX_SWITCHES_H_ |