| Index: ui/gfx/video_decode_acceleration_support_mac.h
|
| diff --git a/ui/gfx/video_decode_acceleration_support_mac.h b/ui/gfx/video_decode_acceleration_support_mac.h
|
| index 2bcf1a7feb199a1d730867696585e8fdc249a40e..c681aa30b84c9ddd25d9949a36f932cbd212078a 100644
|
| --- a/ui/gfx/video_decode_acceleration_support_mac.h
|
| +++ b/ui/gfx/video_decode_acceleration_support_mac.h
|
| @@ -9,10 +9,7 @@
|
| #include <CoreVideo/CoreVideo.h>
|
| #include <map>
|
|
|
| -#if defined(MAC_OS_X_VERSION_10_6) && \
|
| - MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
|
| #include <VideoDecodeAcceleration/VDADecoder.h>
|
| -#endif
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -24,11 +21,6 @@
|
| class FrameCallbackUtil;
|
| class VideoDecodeAccelerationSupportTest;
|
|
|
| -#if !defined(MAC_OS_X_VERSION_10_6) || \
|
| - MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
|
| -typedef struct OpaqueVDADecoder* VDADecoder;
|
| -#endif
|
| -
|
| namespace gfx {
|
|
|
| // This Mac OS X-specific class provides dynamically linked access to
|
|
|