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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2844963006: Remove WebMediaPlayerClient::RequestReload() (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index c79fcd14884a95d168178bfe800110819fc03030..966a191b20922cb4d721f5bc1c41c393c58b5a44 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -417,7 +417,6 @@ class CORE_EXPORT HTMLMediaElement
bool HasSelectedVideoTrack() final;
WebMediaPlayer::TrackId GetSelectedVideoTrackId() final;
bool IsAutoplayingMuted() final;
- void RequestReload(const WebURL&) final;
void ActivateViewportIntersectionMonitoring(bool) final;
void LoadTimerFired(TimerBase*);
@@ -442,7 +441,7 @@ class CORE_EXPORT HTMLMediaElement
void LoadInternal();
void SelectMediaResource();
void LoadResource(const WebMediaPlayerSource&, const String& content_type);
- void StartPlayerLoad(const KURL& player_provided_url = KURL());
+ void StartPlayerLoad();
void SetPlayerPreload();
WebMediaPlayer::LoadType GetLoadType() const;
void ScheduleNextSourceChild();
« no previous file with comments | « media/blink/webmediaplayer_impl_unittest.cc ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698