Skip to content
  • aroben@apple.com's avatar
    Small cleanup in MediaPlayerPrivateFullscreenWindow · ca766f78
    aroben@apple.com authored
    Reviewed by Sam Weinig.
    
    * platform/graphics/win/MediaPlayerPrivateFullscreenWindow.cpp:
    (WebCore::MediaPlayerPrivateFullscreenWindow::~MediaPlayerPrivateFullscreenWindow): Moved
    code here from close(), since this was the only place that called it after the following
    change to createWindow.
    (WebCore::MediaPlayerPrivateFullscreenWindow::createWindow): Replaced code that handled the
    case where we had already created the window with an assertion that we have not already done
    so. Our single caller (FullscreenVideoController) did not require this behavior.
    
    * platform/graphics/win/MediaPlayerPrivateFullscreenWindow.h: Removed layerView.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76761 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ca766f78