Index: media/filters/gpu_video_decoder.cc |
diff --git a/media/filters/gpu_video_decoder.cc b/media/filters/gpu_video_decoder.cc |
index 59e4f60c489f31d4899d882a69a29a92783583cc..cd3b1be89b4a18d03f0c3aa988026c8fa524f76c 100644 |
--- a/media/filters/gpu_video_decoder.cc |
+++ b/media/filters/gpu_video_decoder.cc |
@@ -137,7 +137,7 @@ void GpuVideoDecoder::Initialize(const scoped_refptr<DemuxerStream>& stream, |
bool hw_large_video_support = |
cpu.vendor_name() == "GenuineIntel" && cpu.model() >= 58; |
bool os_large_video_support = true; |
-#if defined(OS_WINDOWS) |
+#if defined(OS_WIN) |
os_large_video_support = false; |
#endif |
if (!(os_large_video_support && hw_large_video_support)) { |