Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: ui/gfx/video_decode_acceleration_support_mac.h

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/ext/skia_utils_mac.mm ('k') | ui/gfx/video_decode_acceleration_support_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « skia/ext/skia_utils_mac.mm ('k') | ui/gfx/video_decode_acceleration_support_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698