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

Unified Diff: media/base/android/media_player_bridge.cc

Issue 10983004: Fix warnings when compiling with clang (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync try Created 8 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 | « content/renderer/media/webmediaplayer_proxy_impl_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_bridge.cc
diff --git a/media/base/android/media_player_bridge.cc b/media/base/android/media_player_bridge.cc
index a61c58733263c400dafbcea7b609ab3b6470528e..aa6de11a47851b628f5da0c7ace0c27287adfd19 100644
--- a/media/base/android/media_player_bridge.cc
+++ b/media/base/android/media_player_bridge.cc
@@ -276,7 +276,7 @@ void MediaPlayerBridge::OnMediaError(int error_type) {
void MediaPlayerBridge::OnVideoSizeChanged(int width, int height) {
width_ = width;
- height_ = height_;
+ height_ = height;
video_size_changed_cb_.Run(player_id_, width, height);
}
« no previous file with comments | « content/renderer/media/webmediaplayer_proxy_impl_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698