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

Issue 859763004: VTTCue: Convert uses of std::pair<float, float> to FloatPoint (Closed)

Created:
5 years, 11 months ago by fs
Modified:
5 years, 11 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, nessy, philipj_slow, gasubic, fs, eric.carlson_apple.com, blink-reviews-html_chromium.org, dglazkov+blink, vcarbune.chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

VTTCue: Convert uses of std::pair<float, float> to FloatPoint This is more in line with other code, and also semantically better (since this is a point after all.) std::pair<double, double> is used in a few places, but always converted from a float-pair, so convert those too. BUG=448000 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188629

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -46 lines) Patch
M Source/core/html/track/vtt/VTTCue.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.cpp View 7 chunks +25 lines, -43 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
fs
5 years, 11 months ago (2015-01-19 13:35:33 UTC) #2
philipj_slow
lgtm
5 years, 11 months ago (2015-01-19 14:09:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/859763004/1
5 years, 11 months ago (2015-01-19 14:10:51 UTC) #5
commit-bot: I haz the power
5 years, 11 months ago (2015-01-19 14:47:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188629

Powered by Google App Engine
This is Rietveld 408576698