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

Unified Diff: Source/core/html/MediaController.h

Issue 18778002: Inherit EventTarget interface instead of duplicating its code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/MediaController.h
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
index cb05e8cb27623704421b3050eacbbf9d8a3e657b..812203b9f52d061b41b3b3a8c852a8b4bd2a7273 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -42,7 +42,7 @@ class HTMLMediaElement;
class Event;
class ScriptExecutionContext;
-class MediaController : public RefCounted<MediaController>, public ScriptWrappable, public MediaControllerInterface, public EventTarget {
+class MediaController : public EventTarget, public RefCounted<MediaController>, public ScriptWrappable, public MediaControllerInterface {
public:
static PassRefPtr<MediaController> create(ScriptExecutionContext*);
virtual ~MediaController();

Powered by Google App Engine
This is Rietveld 408576698