Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4e5abdbebd6cfca2522eb1a01fb1c043a025255d..fa262cedbad531c190625e829883c3529d0b8f26 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -763,6 +763,9 @@ const char kDefaultTileHeight[] = "default-tile-height"; |
const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width"; |
const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height"; |
+// Use ExynosVideoDecodeAccelerator for video decode (instead of SECOMX) |
+const char kUseExynosVda[] = "use-exynos-vda"; |
+ |
const char kEnableFixedPositionCreatesStackingContext[] |
= "enable-fixed-position-creates-stacking-context"; |
const char kDisableFixedPositionCreatesStackingContext[] |