Index: media/filters/gpu_video_decoder.cc |
diff --git a/media/filters/gpu_video_decoder.cc b/media/filters/gpu_video_decoder.cc |
index 150dd05a26dccfa2801728f786369cf8a73baaeb..6601db88ab377f1fbc999930d125e37f5bcdb36a 100644 |
--- a/media/filters/gpu_video_decoder.cc |
+++ b/media/filters/gpu_video_decoder.cc |
@@ -117,7 +117,7 @@ static bool IsCodedSizeSupported(const gfx::Size& coded_size) { |
// V4L2VideoDecodeAccelerator. |
base::CPU cpu; |
bool hw_large_video_support = |
- CommandLine::ForCurrentProcess()->HasSwitch( |
+ base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kIgnoreResolutionLimitsForAcceleratedVideoDecode) || |
((cpu.vendor_name() == "GenuineIntel") && cpu.model() >= 55); |
bool os_large_video_support = true; |