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

Issue 13866046: Change original WebMediaPlayer signatures from float to double. (Closed)

Created:
7 years, 8 months ago by acolwell GONE FROM CHROMIUM
Modified:
7 years, 8 months ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, feature-media-reviews_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Change original WebMediaPlayer signatures from float to double. This change puts the final signatures containing doubles in place so that they can be used by Blink code. After this change lands Blink will be updated to call these methods instead of the temporary xxxFloat() methods. BUG=227156 TEST=All existing tests still pass. No user visible behavior has changed. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194624

Patch Set 1 #

Total comments: 18

Patch Set 2 : Address CR comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -118 lines) Patch
M webkit/media/android/webmediaplayer_android.h View 5 chunks +10 lines, -10 lines 0 comments Download
M webkit/media/android/webmediaplayer_android.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M webkit/media/android/webmediaplayer_impl_android.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/media/android/webmediaplayer_impl_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/media/webmediaplayer_impl.h View 4 chunks +10 lines, -10 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 10 chunks +46 lines, -36 lines 0 comments Download
M webkit/media/webmediaplayer_ms.h View 3 chunks +8 lines, -8 lines 0 comments Download
M webkit/media/webmediaplayer_ms.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M webkit/media/webmediaplayer_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/webmediaplayer_util.cc View 1 1 chunk +4 lines, -13 lines 0 comments Download
M webkit/media/webmediasourceclient_impl.cc View 1 chunk +1 line, -16 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
acolwell GONE FROM CHROMIUM
Trivial patch that changes the original WebMediaPlayer float signatures to doubles. This is part of ...
7 years, 8 months ago (2013-04-16 00:07:58 UTC) #1
DaleCurtis
Mostly nits and things I may not understand, so lgtm % Qs and nits. https://codereview.chromium.org/13866046/diff/1/webkit/media/android/webmediaplayer_android.cc ...
7 years, 8 months ago (2013-04-16 01:19:48 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/13866046/diff/1/webkit/media/android/webmediaplayer_android.cc File webkit/media/android/webmediaplayer_android.cc (right): https://codereview.chromium.org/13866046/diff/1/webkit/media/android/webmediaplayer_android.cc#newcode138 webkit/media/android/webmediaplayer_android.cc:138: // TODO(qinmin): Remove this from WebKit::WebMediaPlayer as it is ...
7 years, 8 months ago (2013-04-16 16:58:15 UTC) #3
DaleCurtis
lgtm
7 years, 8 months ago (2013-04-16 17:38:57 UTC) #4
acolwell GONE FROM CHROMIUM
7 years, 8 months ago (2013-04-17 17:44:25 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r194624 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698