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

Unified Diff: content/renderer/media/android/webmediaplayer_android.h

Issue 1740483004: Rename enums/functions that collide in chromium style in core/html/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-5
Patch Set: get-names-6: . Created 4 years, 10 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 a66115062cb538514ae11e14e8c4372cb71e6bd6..12f56c332de3f404371072de12dc5fcd14b02bb0 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -162,8 +162,8 @@ class WebMediaPlayerAndroid
bool didLoadingProgress() override;
// Internal states of loading and network.
- blink::WebMediaPlayer::NetworkState networkState() const override;
- blink::WebMediaPlayer::ReadyState readyState() const override;
+ blink::WebMediaPlayer::NetworkState getNetworkState() const override;
+ blink::WebMediaPlayer::ReadyState getReadyState() const override;
bool hasSingleSecurityOrigin() const override;
bool didPassCORSAccessCheck() const override;
« 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