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

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: 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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index b73327e064874da609225a3a3d4fc16ec10aa7a1..289f4db10fa55ec87ec5052a1047d78269b7fec1 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -156,6 +156,8 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
HTMLMediaElement&,
const WebMediaPlayerSource&,
WebMediaPlayerClient*) override;
+ WebRemotePlaybackClient* createWebRemotePlaybackClient(
+ HTMLMediaElement&) override;
ObjectContentType getObjectContentType(
const KURL&,
const WTF::String& mimeType,

Powered by Google App Engine
This is Rietveld 408576698