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

Unified Diff: Source/core/html/shadow/MediaControlElementTypes.h

Issue 219283004: Remove what remains of MediaControllerInterface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/core/html/shadow/MediaControlElementTypes.h
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
index 511b768db37fec7df3e1adffbd9798a704b80e7e..007e710f8d4a460b0519ac2a599b556705db058c 100644
--- a/Source/core/html/shadow/MediaControlElementTypes.h
+++ b/Source/core/html/shadow/MediaControlElementTypes.h
@@ -37,7 +37,6 @@
namespace WebCore {
class HTMLMediaElement;
-class MediaControllerInterface;
class MediaControls;
enum MediaControlElementType {
@@ -85,7 +84,6 @@ protected:
MediaControls& mediaControls() const { return m_mediaControls; }
HTMLMediaElement& mediaElement() const;
- MediaControllerInterface& mediaControllerInterface() const;
void setDisplayType(MediaControlElementType);

Powered by Google App Engine
This is Rietveld 408576698