⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 179941 in webkit


Ignore:
Timestamp:
Feb 11, 2015, 11:44:07 AM (12 years ago)
Author:
achristensen@apple.com
Message:

Final preparations to switch to WEBCORE_EXPORT.

  • platform/ios/WebVideoFullscreenInterfaceAVKit.h:

Export the vtable and a function.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r179937 r179941  
     12015-02-11  Alex Christensen  <achristensen@webkit.org>
     2
     3        Final preparations to switch to WEBCORE_EXPORT.
     4
     5        * platform/ios/WebVideoFullscreenInterfaceAVKit.h:
     6        Export the vtable and a function.
     7
    182015-02-11  Sam Weinig  <sam@webkit.org>
    29
  • trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h

    r179575 r179941  
    6464};
    6565
    66 class WebVideoFullscreenInterfaceAVKit
     66class WEBCORE_EXPORT WebVideoFullscreenInterfaceAVKit
    6767    : public WebVideoFullscreenInterface
    6868    , public ThreadSafeRefCounted<WebVideoFullscreenInterfaceAVKit> {
     
    9494    HTMLMediaElement::VideoFullscreenMode mode() const { return m_mode; }
    9595    void setIsOptimized(bool);
    96     bool mayAutomaticallyShowVideoOptimized();
     96    WEBCORE_EXPORT bool mayAutomaticallyShowVideoOptimized();
    9797    bool fullscreenMayReturnToInline();
    9898
Note: See TracChangeset for help on using the changeset viewer.