summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h b/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h
index b75878c500f..072c68fa7f6 100644
--- a/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h
+++ b/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector.h
@@ -35,7 +35,7 @@ class CORE_EXPORT MediaCustomControlsFullscreenDetector final
friend class HTMLMediaElementEventListenersTest;
// EventListener implementation.
- void handleEvent(ExecutionContext*, Event*) override;
+ void Invoke(ExecutionContext*, Event*) override;
HTMLVideoElement& VideoElement() { return *video_element_; }