Title: [91138] trunk/Source/WebCore
Revision
91138
Author
[email protected]
Date
2011-07-15 18:33:12 -0700 (Fri, 15 Jul 2011)

Log Message

2011-07-15  Simon Fraser  <[email protected]>

        Fix Windows build.

        * platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h:
        (WebCore::MediaPlayerPrivate::backingScaleFactor):
        (WebCore::MediaPlayerPrivate::pageScaleFactor):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91137 => 91138)


--- trunk/Source/WebCore/ChangeLog	2011-07-16 01:30:13 UTC (rev 91137)
+++ trunk/Source/WebCore/ChangeLog	2011-07-16 01:33:12 UTC (rev 91138)
@@ -1,5 +1,13 @@
 2011-07-15  Simon Fraser  <[email protected]>
 
+        Fix Windows build.
+
+        * platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h:
+        (WebCore::MediaPlayerPrivate::backingScaleFactor):
+        (WebCore::MediaPlayerPrivate::pageScaleFactor):
+
+2011-07-15  Simon Fraser  <[email protected]>
+
         Have GraphicsLayer pull their contentsScale, rather than pushing it onto them
         https://bugs.webkit.org/show_bug.cgi?id=64643
 

Modified: trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h (91137 => 91138)


--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h	2011-07-16 01:30:13 UTC (rev 91137)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h	2011-07-16 01:33:12 UTC (rev 91138)
@@ -69,6 +69,8 @@
     virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
     virtual void notifyAnimationStarted(const GraphicsLayer*, double time) { }
     virtual void notifySyncRequired(const GraphicsLayer*) { }
+    virtual float backingScaleFactor() const { return 1; }
+    virtual float pageScaleFactor() const { return 1; }
     virtual bool showDebugBorders() const { return false; }
     virtual bool showRepaintCounter() const { return false; }
 #endif 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to