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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaControls.h

Issue 2810173003: Media Controls: move all MediaControlDivElement sub-classes to modules/. (Closed)
Patch Set: fix typo 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index 4277609080a6860a961532af574b77a380e1ef65..1fe48e7b9fbb0c346065fe257cab5d50938e623f 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -12,9 +12,9 @@
namespace blink {
class Document;
+class HTMLDivElement;
class HTMLMediaElement;
class LayoutObject;
-class MediaControlPanelElement;
class ShadowRoot;
// MediaControls is an interface to abstract the HTMLMediaElement controls. The
@@ -72,7 +72,7 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
// TODO: the following are required by other parts of the media controls
// implementation and could be removed when the full implementation has moved
// to modules.
- virtual MediaControlPanelElement* PanelElement() = 0;
+ virtual HTMLDivElement* PanelElement() = 0;
virtual Document& OwnerDocument() = 0;
virtual void BeginScrubbing() = 0;
virtual void EndScrubbing() = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/shadow/MediaControlElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698