| Index: content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator.h b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| similarity index 99%
|
| rename from content/common/gpu/media/vt_video_decode_accelerator.h
|
| rename to content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| index 27f1c4eb62de42aca5e67f6c75381a0a5d8b2acd..15d28a08e2d7f80745c049b0228938f91cbc973f 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.h
|
| @@ -11,12 +11,13 @@
|
| #include <queue>
|
|
|
| #include "base/mac/scoped_cftyperef.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "content/common/gpu/media/vt.h"
|
| +#include "content/common/gpu/media/vt_mac.h"
|
| #include "media/filters/h264_parser.h"
|
| #include "media/video/h264_poc.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|