Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h

Issue 2417003002: [MediaControl] Hide overflow menu on window resize (Closed)
Patch Set: not polling Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h b/third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h
index 577819da86ceb37ce684c1a2fb6dad623b3c84a9..1ce330caf8fb5ea48c4a30842efd72aad5cb6a32 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsWindowEventListener.h
@@ -33,8 +33,6 @@ class MediaControlsWindowEventListener final : public EventListener {
void handleEvent(ExecutionContext*, Event*) override;
- void handleClickEvent();
-
LocalDOMWindow* getLocalDOMWindow() const;
Member<MediaControls> m_mediaControls;

Powered by Google App Engine
This is Rietveld 408576698