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 320a6df31fd6205c5e56f1df197e50dc0e65af0d..f8601e752367235a6ce3cc49949b4c6bbb3788f6 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -314,6 +314,9 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking"; |
| // Enables TRACE for GL calls in the renderer. |
| const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing"; |
| +// Enables HW decode acceleration for WebRTC. |
| +const char kEnableWebRTCHWDecoding[] = "enable-webrtc-hw-decoding"; |
|
Ami GONE FROM CHROMIUM
2013/04/26 00:42:05
Move to match other relative locations.
wuchengli
2013/04/26 11:49:14
Done.
|
| + |
| // Enables the memory benchmarking extension |
| const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking"; |