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

Issue 1014873004: Let CueTimeline::currentlyActiveCues() return by reference-to-const (Closed)

Created:
5 years, 9 months ago by philipj_slow
Modified:
5 years, 9 months ago
Reviewers:
fs
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

Let CueTimeline::currentlyActiveCues() return by reference-to-const CueList is a Vector<CueInterval>, so passing it by value creates a copy. This was verified in a debugger. BUG=321654 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192144

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Source/core/html/track/CueTimeline.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackContainer.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
philipj_slow
PTAL
5 years, 9 months ago (2015-03-19 03:03:13 UTC) #2
fs
lgtm
5 years, 9 months ago (2015-03-19 08:52:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1014873004/1
5 years, 9 months ago (2015-03-19 08:52:12 UTC) #5
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 08:55:27 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192144

Powered by Google App Engine
This is Rietveld 408576698