| Index: content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| similarity index 99%
|
| rename from content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| rename to content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| index 33ac9a775a47402e6d4cc2b21fd79cf097cbcbe1..b9f6b42e4b188ec8d583cdf900df970a2a77c602 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/gpu/media/dxva_video_decode_accelerator.h"
|
| +#include "content/common/gpu/media/dxva_video_decode_accelerator_win.h"
|
|
|
| #if !defined(OS_WIN)
|
| #error This file should only be built on Windows.
|
| #endif // !defined(OS_WIN)
|
|
|
| -#include <ks.h>
|
| #include <codecapi.h>
|
| #include <dxgi1_2.h>
|
| +#include <ks.h>
|
| #include <mfapi.h>
|
| #include <mferror.h>
|
| #include <ntverp.h>
|
|
|