Title: [179941] trunk/Source/WebCore
Revision
179941
Author
achristen...@apple.com
Date
2015-02-11 11:44:07 -0800 (Wed, 11 Feb 2015)

Log Message

Final preparations to switch to WEBCORE_EXPORT.

* platform/ios/WebVideoFullscreenInterfaceAVKit.h:
Export the vtable and a function.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (179940 => 179941)


--- trunk/Source/WebCore/ChangeLog	2015-02-11 19:43:52 UTC (rev 179940)
+++ trunk/Source/WebCore/ChangeLog	2015-02-11 19:44:07 UTC (rev 179941)
@@ -1,3 +1,10 @@
+2015-02-11  Alex Christensen  <achristen...@webkit.org>
+
+        Final preparations to switch to WEBCORE_EXPORT.
+
+        * platform/ios/WebVideoFullscreenInterfaceAVKit.h:
+        Export the vtable and a function.
+
 2015-02-11  Sam Weinig  <s...@webkit.org>
 
         performance.now can crash if accessed from a window that has navigated

Modified: trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h (179940 => 179941)


--- trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h	2015-02-11 19:43:52 UTC (rev 179940)
+++ trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h	2015-02-11 19:44:07 UTC (rev 179941)
@@ -63,7 +63,7 @@
     virtual void fullscreenMayReturnToInline() = 0;
 };
 
-class WebVideoFullscreenInterfaceAVKit
+class WEBCORE_EXPORT WebVideoFullscreenInterfaceAVKit
     : public WebVideoFullscreenInterface
     , public ThreadSafeRefCounted<WebVideoFullscreenInterfaceAVKit> {
 
@@ -93,7 +93,7 @@
 
     HTMLMediaElement::VideoFullscreenMode mode() const { return m_mode; }
     void setIsOptimized(bool);
-    bool mayAutomaticallyShowVideoOptimized();
+    WEBCORE_EXPORT bool mayAutomaticallyShowVideoOptimized();
     bool fullscreenMayReturnToInline();
 
 protected:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to