Title: [111271] trunk/Source/WebCore
Revision
111271
Author
[email protected]
Date
2012-03-19 16:46:13 -0700 (Mon, 19 Mar 2012)

Log Message

Fix Windows build.

* platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
(WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerDeviceScaleFactor):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (111270 => 111271)


--- trunk/Source/WebCore/ChangeLog	2012-03-19 23:45:10 UTC (rev 111270)
+++ trunk/Source/WebCore/ChangeLog	2012-03-19 23:46:13 UTC (rev 111271)
@@ -1,3 +1,10 @@
+2012-03-19  Anders Carlsson  <[email protected]>
+
+        Fix Windows build.
+
+        * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
+        (WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerDeviceScaleFactor):
+
 2012-03-18  James Robinson  <[email protected]>
 
         [chromium] Implement fling-by-wheel on compositor thread

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


--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2012-03-19 23:45:10 UTC (rev 111270)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2012-03-19 23:46:13 UTC (rev 111271)
@@ -108,6 +108,7 @@
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
     virtual void platformCALayerDidCreateTiles() { }
+    virtual float platformCALayerDeviceScaleFactor() { return 1; }
 
     MediaPlayerPrivateQuickTimeVisualContext* m_parent;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to