Title: [106505] trunk/Source/WebCore
Revision
106505
Author
[email protected]
Date
2012-02-01 15:29:22 -0800 (Wed, 01 Feb 2012)

Log Message

Fix Window build.

* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
(WebCore::LayerClient::platformCALayerDidCreateTiles):
* platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
(WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerDidCreateTiles):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106504 => 106505)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 23:23:30 UTC (rev 106504)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 23:29:22 UTC (rev 106505)
@@ -1,3 +1,12 @@
+2012-02-01  Anders Carlsson  <[email protected]>
+
+        Fix Window build.
+
+        * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+        (WebCore::LayerClient::platformCALayerDidCreateTiles):
+        * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
+        (WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerDidCreateTiles):
+
 2012-02-01  John Yani  <[email protected]>
 
         GetMIMEDescription should return const char *

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (106504 => 106505)


--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2012-02-01 23:23:30 UTC (rev 106504)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2012-02-01 23:29:22 UTC (rev 106505)
@@ -160,6 +160,7 @@
     virtual bool platformCALayerContentsOpaque() const { return false; }
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
+    virtual void platformCALayerDidCreateTiles() { }
 
     AVFWrapper* m_parent;
 };

Modified: trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp (106504 => 106505)


--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2012-02-01 23:23:30 UTC (rev 106504)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2012-02-01 23:29:22 UTC (rev 106505)
@@ -107,6 +107,7 @@
     virtual bool platformCALayerContentsOpaque() const { return false; }
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
+    virtual void platformCALayerDidCreateTiles() { }
 
     MediaPlayerPrivateQuickTimeVisualContext* m_parent;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to