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: content/renderer/media/android/webmediaplayer_android.h

Issue 2382023005: Fix nits leftover from WMPA MSE deletion. (Closed)
Patch Set: Created 4 years, 3 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 | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index ec3eda7c5cd26aad0ee0132fb2f7698b771ae5ed..5492bdb056720d91d0ebc751bba965cf85989673 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -213,10 +213,6 @@ class WebMediaPlayerAndroid
// However, the actual GlTexture is not released to keep the video screenshot.
void SuspendAndReleaseResources() override;
- void setContentDecryptionModule(
- blink::WebContentDecryptionModule* cdm,
- blink::WebContentDecryptionModuleResult result) override;
-
// WebMediaPlayerDelegate::Observer implementation.
void OnHidden() override;
void OnShown() override;
@@ -322,11 +318,6 @@ class WebMediaPlayerAndroid
// Media duration.
base::TimeDelta duration_;
- // Flag to remember if we have a trusted duration_ value provided by
- // MediaSourceDelegate notifying OnDurationChanged(). In this case, ignore
- // any subsequent duration value passed to OnMediaMetadataChange().
- bool ignore_metadata_duration_change_;
-
// Seek gets pending if another seek is in progress. Only last pending seek
// will have effect.
bool pending_seek_;
« no previous file with comments | « no previous file | content/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698