Title: [176467] trunk/Source/WebKit/win
Revision
176467
Author
[email protected]
Date
2014-11-21 12:51:51 -0800 (Fri, 21 Nov 2014)

Log Message

Another Windows build fix.

* FullscreenVideoController.cpp:
(FullscreenVideoController::FullscreenVideoController):

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (176466 => 176467)


--- trunk/Source/WebKit/win/ChangeLog	2014-11-21 20:44:22 UTC (rev 176466)
+++ trunk/Source/WebKit/win/ChangeLog	2014-11-21 20:51:51 UTC (rev 176467)
@@ -1,5 +1,12 @@
 2014-11-21  Anders Carlsson  <[email protected]>
 
+        Another Windows build fix.
+
+        * FullscreenVideoController.cpp:
+        (FullscreenVideoController::FullscreenVideoController):
+
+2014-11-21  Anders Carlsson  <[email protected]>
+
         Remove the Timer parameters from timer callbacks
         https://bugs.webkit.org/show_bug.cgi?id=138974
 

Modified: trunk/Source/WebKit/win/FullscreenVideoController.cpp (176466 => 176467)


--- trunk/Source/WebKit/win/FullscreenVideoController.cpp	2014-11-21 20:44:22 UTC (rev 176466)
+++ trunk/Source/WebKit/win/FullscreenVideoController.cpp	2014-11-21 20:51:51 UTC (rev 176467)
@@ -245,7 +245,7 @@
     , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
     , m_hitWidget(0)
     , m_movingWindow(false)
-    , m_timer(this, &FullscreenVideoController::timerFired)
+    , m_timer(*this, &FullscreenVideoController::timerFired)
     , m_layerClient(adoptPtr(new LayerClient(this)))
     , m_rootChild(PlatformCALayerWin::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get()))
     , m_fullscreenWindow(adoptPtr(new MediaPlayerPrivateFullscreenWindow(this)))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to