diff options
Diffstat (limited to 'WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm')
-rw-r--r-- | WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm b/WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm index 6907311..0a5aca4 100644 --- a/WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm +++ b/WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm @@ -623,7 +623,7 @@ static NSString *timeToString(double time) return timeToString([_delegate mediaElement]->currentTime()); } -#pragma mark NSResponder +// MARK: NSResponder - (void)mouseEntered:(NSEvent *)theEvent { @@ -659,7 +659,7 @@ static NSString *timeToString(double time) [_delegate requestExitFullscreen]; } -#pragma mark NSWindowDelegate +// MARK: NSWindowDelegate - (void)windowDidExpose:(NSNotification *)notification { |