Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 06f4645b9ba419def78c17e33bd9e6c576241304..ccec0786d60371401a940e3c73d4e8e9afc4ae4e 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -867,9 +867,6 @@ 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"; |
|
scherkus (not reviewing)
2013/08/01 18:15:56
is there a cros-side change to remove passing in t
sheu
2013/08/01 18:18:11
I can do that. Does Chrome barf when starting wit
|
| - |
| const char kEnableFixedPositionCreatesStackingContext[] |
| = "enable-fixed-position-creates-stacking-context"; |
| const char kDisableFixedPositionCreatesStackingContext[] |