Another attempt to fix the Windows build.
authorandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 00:09:27 +0000 (00:09 +0000)
committerandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 00:09:27 +0000 (00:09 +0000)
* FullscreenVideoController.cpp:
(FullscreenVideoController::LayerClient::platformCALayerDidCreateTiles):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106513 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/win/ChangeLog
Source/WebKit/win/FullscreenVideoController.cpp

index 2d4b1f5..0b0b9b6 100644 (file)
@@ -1,3 +1,10 @@
+2012-02-01  Anders Carlsson  <andersca@apple.com>
+
+        Another attempt to fix the Windows build.
+
+        * FullscreenVideoController.cpp:
+        (FullscreenVideoController::LayerClient::platformCALayerDidCreateTiles):
+
 2012-01-26  Andy Estes  <aestes@apple.com>
 
         [Windows] Optionally invert colors when drawing to a WebView's backing store.
index 9488479..29ffacd 100644 (file)
@@ -195,6 +195,7 @@ private:
     virtual bool platformCALayerContentsOpaque() const { return false; }
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
+    virtual void platformCALayerDidCreateTiles() { }
 
     FullscreenVideoController* m_parent;
 };