Changeset 182250 in webkit


Ignore:
Timestamp:
Apr 1, 2015, 12:49:47 PM (10 years ago)
Author:
eric.carlson@apple.com
Message:

Fix the iOS build after r182240.

  • platform/graphics/MediaPlaybackTarget.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r182247 r182250  
     12015-04-01  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Fix the iOS build after r182240.
     4
     5        * platform/graphics/MediaPlaybackTarget.h:
     6
    172015-04-01  Yoav Weiss  <yoav@yoav.ws>
    28
  • trunk/Source/WebCore/platform/graphics/MediaPlaybackTarget.h

    r182240 r182250  
    3131#include <wtf/RetainPtr.h>
    3232
    33 #if PLATFORM(COCOA)
    3433OBJC_CLASS NSKeyedArchiver;
    3534OBJC_CLASS NSKeyedUnarchiver;
    3635OBJC_CLASS AVOutputContext;
    37 #endif
    3836
    3937namespace WebCore {
     
    4341    virtual ~MediaPlaybackTarget() { }
    4442
    45 #if PLATFORM(COCOA)
     43#if PLATFORM(MAC)
    4644    WEBCORE_EXPORT MediaPlaybackTarget(AVOutputContext *context = nil) { m_devicePickerContext = context; }
    4745
     
    5957
    6058protected:
    61 #if PLATFORM(COCOA)
     59#if PLATFORM(MAC)
    6260    RetainPtr<AVOutputContext> m_devicePickerContext;
    6361#endif
Note: See TracChangeset for help on using the changeset viewer.