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

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

Issue 2432173006: [Blink, RemotePlayback] Handle disabling remote playback (Closed)
Patch Set: Fixed the static method calls Created 4 years, 2 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/modules/remoteplayback/HTMLMediaElementRemotePlayback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 65793bb3ca446834687ce8a0723cf66724d01280..9436dc25aefc213fa1ec19a49522fb48a2b21ea9 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
+++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.h
@@ -18,7 +18,7 @@ class ScriptState;
// Class used to implement the Remote Playback API. It is a supplement to
// HTMLMediaElement.
-class HTMLMediaElementRemotePlayback final
+class MODULES_EXPORT HTMLMediaElementRemotePlayback final
: public GarbageCollected<HTMLMediaElementRemotePlayback>,
public Supplement<HTMLMediaElement> {
USING_GARBAGE_COLLECTED_MIXIN(HTMLMediaElementRemotePlayback);
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698