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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files 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
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index 9106f3403a258ec19ab3e9e268b8e0fda9548ac2..2bd2c77975194ae9e0914d7e2a0991d6e359151d 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -37,7 +37,6 @@
#include "core/dom/SuspendableObject.h"
#include "core/events/GenericEventQueue.h"
#include "core/html/HTMLElement.h"
-#include "core/html/HTMLMediaElementControlsList.h"
#include "core/html/track/TextTrack.h"
#include "platform/Supplementable.h"
#include "platform/WebTaskRunner.h"
@@ -58,6 +57,7 @@ class ElementVisibilityObserver;
class EnumerationHistogram;
class Event;
class ExceptionState;
+class HTMLMediaElementControlsList;
class HTMLSourceElement;
class HTMLTrackElement;
class KURL;
@@ -204,7 +204,8 @@ class CORE_EXPORT HTMLMediaElement
// controls
bool shouldShowControls(
const RecordMetricsBehavior = RecordMetricsBehavior::DoNotRecord) const;
- HTMLMediaElementControlsList* controlsList() const;
+ DOMTokenList* controlsList() const;
foolip 2017/04/04 09:12:55 Why was this change needed? HTMLMediaElementContro
mlamouri (slow - plz ping) 2017/04/04 09:19:51 I removed the include and replaced it with a forwa
foolip 2017/04/04 09:24:36 Acknowledged.
+ HTMLMediaElementControlsList* controlsListInternal() const;
void controlsListValueWasSet();
double volume() const;
void setVolume(double, ExceptionState& = ASSERT_NO_EXCEPTION);
« no previous file with comments | « third_party/WebKit/Source/core/html/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698