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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.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/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index 534d22b4f37461d9abcf2a3787d7914682d5688b..3ca1cd5d19400233a33f02c0fe30c4197fae83e2 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -69,6 +69,7 @@ class LocalFrame;
class ResourceError;
class ResourceRequest;
class ResourceResponse;
+class ScriptState;
class SecurityOrigin;
class SharedWorkerRepositoryClient;
class SubstituteData;
@@ -78,6 +79,7 @@ class WebCookieJar;
class WebMediaPlayer;
class WebMediaPlayerClient;
class WebMediaPlayerSource;
+class WebRemotePlaybackClient;
class WebRTCPeerConnectionHandler;
class WebServiceWorkerProvider;
class Widget;
@@ -199,6 +201,8 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
HTMLMediaElement&,
const WebMediaPlayerSource&,
WebMediaPlayerClient*) = 0;
+ virtual WebRemotePlaybackClient* createWebRemotePlaybackClient(
+ HTMLMediaElement&) = 0;
virtual ObjectContentType getObjectContentType(
const KURL&,

Powered by Google App Engine
This is Rietveld 408576698