Title: [106513] trunk/Source/WebKit/win
Revision
106513
Author
[email protected]
Date
2012-02-01 16:09:27 -0800 (Wed, 01 Feb 2012)

Log Message

Another attempt to fix the Windows build.

* FullscreenVideoController.cpp:
(FullscreenVideoController::LayerClient::platformCALayerDidCreateTiles):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (106512 => 106513)


--- trunk/Source/WebKit/win/ChangeLog	2012-02-02 00:08:00 UTC (rev 106512)
+++ trunk/Source/WebKit/win/ChangeLog	2012-02-02 00:09:27 UTC (rev 106513)
@@ -1,3 +1,10 @@
+2012-02-01  Anders Carlsson  <[email protected]>
+
+        Another attempt to fix the Windows build.
+
+        * FullscreenVideoController.cpp:
+        (FullscreenVideoController::LayerClient::platformCALayerDidCreateTiles):
+
 2012-01-26  Andy Estes  <[email protected]>
 
         [Windows] Optionally invert colors when drawing to a WebView's backing store.

Modified: trunk/Source/WebKit/win/FullscreenVideoController.cpp (106512 => 106513)


--- trunk/Source/WebKit/win/FullscreenVideoController.cpp	2012-02-02 00:08:00 UTC (rev 106512)
+++ trunk/Source/WebKit/win/FullscreenVideoController.cpp	2012-02-02 00:09:27 UTC (rev 106513)
@@ -195,6 +195,7 @@
     virtual bool platformCALayerContentsOpaque() const { return false; }
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
+    virtual void platformCALayerDidCreateTiles() { }
 
     FullscreenVideoController* m_parent;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to