| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1bea2b1cf1740b30f294ae60d423e66607130670..bb0d1ad3b0a24cda7aa89376cfdba21864766ebd 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -89,9 +89,6 @@ const char kDisableAcceleratedOverflowScroll[] =
|
| const char kDisableLayerSquashing[] =
|
| "disable-layer-squashing";
|
|
|
| -// Disables GPU accelerated video display.
|
| -const char kDisableAcceleratedVideo[] = "disable-accelerated-video";
|
| -
|
| // Disables hardware acceleration of video decode, where available.
|
| const char kDisableAcceleratedVideoDecode[] =
|
| "disable-accelerated-video-decode";
|
|
|