⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176467 in webkit


Ignore:
Timestamp:
Nov 21, 2014, 12:51:51 PM (12 years ago)
Author:
andersca@apple.com
Message:

Another Windows build fix.

  • FullscreenVideoController.cpp:

(FullscreenVideoController::FullscreenVideoController):

Location:
trunk/Source/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/win/ChangeLog

    r176459 r176467  
     12014-11-21  Anders Carlsson  <andersca@apple.com>
     2
     3        Another Windows build fix.
     4
     5        * FullscreenVideoController.cpp:
     6        (FullscreenVideoController::FullscreenVideoController):
     7
    182014-11-21  Anders Carlsson  <andersca@apple.com>
    29
  • trunk/Source/WebKit/win/FullscreenVideoController.cpp

    r176459 r176467  
    246246    , m_hitWidget(0)
    247247    , m_movingWindow(false)
    248     , m_timer(this, &FullscreenVideoController::timerFired)
     248    , m_timer(*this, &FullscreenVideoController::timerFired)
    249249    , m_layerClient(adoptPtr(new LayerClient(this)))
    250250    , m_rootChild(PlatformCALayerWin::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get()))
Note: See TracChangeset for help on using the changeset viewer.