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

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

Issue 2814703002: Media Controls: move time display elements to media_controls module. (Closed)
Patch Set: review comments Created 3 years, 8 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 537ef461f30aac8b5f6c9ec8c127848b69f2dea3..eaf89e2ddccf9e9711b8306d09939f5a6bc961b1 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -336,28 +336,6 @@ class CORE_EXPORT MediaControlVolumeSliderElement final
bool KeepEventInNode(Event*) override;
};
-// ----------------------------
-
-class CORE_EXPORT MediaControlTimeRemainingDisplayElement final
- : public MediaControlTimeDisplayElement {
- public:
- static MediaControlTimeRemainingDisplayElement* Create(MediaControls&);
-
- private:
- explicit MediaControlTimeRemainingDisplayElement(MediaControls&);
-};
-
-// ----------------------------
-
-class CORE_EXPORT MediaControlCurrentTimeDisplayElement final
- : public MediaControlTimeDisplayElement {
- public:
- static MediaControlCurrentTimeDisplayElement* Create(MediaControls&);
-
- private:
- explicit MediaControlCurrentTimeDisplayElement(MediaControls&);
-};
-
} // namespace blink
#endif // MediaControlElements_h
« 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