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

Unified Diff: third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h

Issue 2484973005: [Blink, RemotePlaybackAPI] Create WebRemotePlaybackClient in HTMLMediaElement ctor to avoid lazy in… (Closed)
Patch Set: Removed <v8.h> from HTMLMediaElement.cpp Created 4 years, 1 month 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/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
diff --git a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
index 9436dc25aefc213fa1ec19a49522fb48a2b21ea9..ae2c77e39be0738460b354126dd27bfa9268aa42 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
+++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
@@ -14,7 +14,6 @@ namespace blink {
class HTMLMediaElement;
class QualifiedName;
class RemotePlayback;
-class ScriptState;
// Class used to implement the Remote Playback API. It is a supplement to
// HTMLMediaElement.
@@ -30,7 +29,7 @@ class MODULES_EXPORT HTMLMediaElementRemotePlayback final
bool);
static HTMLMediaElementRemotePlayback& from(HTMLMediaElement&);
- static RemotePlayback* remote(ScriptState*, HTMLMediaElement&);
+ static RemotePlayback* remote(HTMLMediaElement&);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698