Changeset 182250 in webkit
- Timestamp:
- Apr 1, 2015, 12:49:47 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r182247 r182250 1 2015-04-01 Eric Carlson <eric.carlson@apple.com> 2 3 Fix the iOS build after r182240. 4 5 * platform/graphics/MediaPlaybackTarget.h: 6 1 7 2015-04-01 Yoav Weiss <yoav@yoav.ws> 2 8 -
trunk/Source/WebCore/platform/graphics/MediaPlaybackTarget.h
r182240 r182250 31 31 #include <wtf/RetainPtr.h> 32 32 33 #if PLATFORM(COCOA)34 33 OBJC_CLASS NSKeyedArchiver; 35 34 OBJC_CLASS NSKeyedUnarchiver; 36 35 OBJC_CLASS AVOutputContext; 37 #endif38 36 39 37 namespace WebCore { … … 43 41 virtual ~MediaPlaybackTarget() { } 44 42 45 #if PLATFORM( COCOA)43 #if PLATFORM(MAC) 46 44 WEBCORE_EXPORT MediaPlaybackTarget(AVOutputContext *context = nil) { m_devicePickerContext = context; } 47 45 … … 59 57 60 58 protected: 61 #if PLATFORM( COCOA)59 #if PLATFORM(MAC) 62 60 RetainPtr<AVOutputContext> m_devicePickerContext; 63 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.