Changeset 176467 in webkit
- Timestamp:
- Nov 21, 2014, 12:51:51 PM (12 years ago)
- Location:
- trunk/Source/WebKit/win
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
FullscreenVideoController.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/win/ChangeLog
r176459 r176467 1 2014-11-21 Anders Carlsson <andersca@apple.com> 2 3 Another Windows build fix. 4 5 * FullscreenVideoController.cpp: 6 (FullscreenVideoController::FullscreenVideoController): 7 1 8 2014-11-21 Anders Carlsson <andersca@apple.com> 2 9 -
trunk/Source/WebKit/win/FullscreenVideoController.cpp
r176459 r176467 246 246 , m_hitWidget(0) 247 247 , m_movingWindow(false) 248 , m_timer( this, &FullscreenVideoController::timerFired)248 , m_timer(*this, &FullscreenVideoController::timerFired) 249 249 , m_layerClient(adoptPtr(new LayerClient(this))) 250 250 , m_rootChild(PlatformCALayerWin::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get()))
Note:
See TracChangeset
for help on using the changeset viewer.