Title: [158715] trunk/Source/WebKit/win
Revision
158715
Author
[email protected]
Date
2013-11-05 19:59:43 -0800 (Tue, 05 Nov 2013)

Log Message

Windows build fix attempt after r158704.

* FullscreenVideoController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (158714 => 158715)


--- trunk/Source/WebKit/win/ChangeLog	2013-11-06 03:55:02 UTC (rev 158714)
+++ trunk/Source/WebKit/win/ChangeLog	2013-11-06 03:59:43 UTC (rev 158715)
@@ -1,3 +1,9 @@
+2013-11-05  Ryosuke Niwa  <[email protected]>
+
+        Windows build fix attempt after r158704.
+
+        * FullscreenVideoController.cpp:
+
 2013-11-01  Patrick Gansterer  <[email protected]>
 
         [WIN] Reduce usage of CFSTR() in WebPreferences

Modified: trunk/Source/WebKit/win/FullscreenVideoController.cpp (158714 => 158715)


--- trunk/Source/WebKit/win/FullscreenVideoController.cpp	2013-11-06 03:55:02 UTC (rev 158714)
+++ trunk/Source/WebKit/win/FullscreenVideoController.cpp	2013-11-06 03:59:43 UTC (rev 158715)
@@ -196,7 +196,7 @@
     virtual bool platformCALayerDrawsContent() const { return false; }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
     virtual void platformCALayerDidCreateTiles(const Vector<FloatRect>&) { }
-    virtual float platformCALayerDeviceScaleFactor() { return 1; }
+    virtual float platformCALayerDeviceScaleFactor() const OVERRIDE { return 1; }
 
     FullscreenVideoController* m_parent;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to