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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2484973005: [Blink, RemotePlaybackAPI] Create WebRemotePlaybackClient in HTMLMediaElement ctor to avoid lazy in… (Closed)
Patch Set: Fixed compile for EmptyClients.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index b73327e064874da609225a3a3d4fc16ec10aa7a1..6b0209b28bde302360584b32c9d2a9f9b2a7b252 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -156,6 +156,9 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
HTMLMediaElement&,
const WebMediaPlayerSource&,
WebMediaPlayerClient*) override;
+ WebRemotePlaybackClient* createWebRemotePlaybackClient(
+ ScriptState*,
+ HTMLMediaElement&) override;
ObjectContentType getObjectContentType(
const KURL&,
const WTF::String& mimeType,

Powered by Google App Engine
This is Rietveld 408576698