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

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

Issue 2754523004: Remove dynamic MediaControlCastButtonElement::shadowPseudoId. (Closed)
Patch Set: Modify attrs after constructor. Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
index bf2133f64f00a4512dea4b01e3fad4280cf07a6c..df272a9493bee9dd77330ad7c5154beb82b50715 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -323,7 +323,6 @@ class MediaControlCastButtonElement final : public MediaControlInputElement {
private:
explicit MediaControlCastButtonElement(MediaControls&, bool isOverlayButton);
- const AtomicString& shadowPseudoId() const override;
void defaultEventHandler(Event*) override;
bool keepEventInNode(Event*) override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698