Changeset 179941 in webkit
- Timestamp:
- Feb 11, 2015, 11:44:07 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/WebVideoFullscreenInterfaceAVKit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r179937 r179941 1 2015-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 1 8 2015-02-11 Sam Weinig <sam@webkit.org> 2 9 -
trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h
r179575 r179941 64 64 }; 65 65 66 class W ebVideoFullscreenInterfaceAVKit66 class WEBCORE_EXPORT WebVideoFullscreenInterfaceAVKit 67 67 : public WebVideoFullscreenInterface 68 68 , public ThreadSafeRefCounted<WebVideoFullscreenInterfaceAVKit> { … … 94 94 HTMLMediaElement::VideoFullscreenMode mode() const { return m_mode; } 95 95 void setIsOptimized(bool); 96 bool mayAutomaticallyShowVideoOptimized();96 WEBCORE_EXPORT bool mayAutomaticallyShowVideoOptimized(); 97 97 bool fullscreenMayReturnToInline(); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.