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

Issue 348553003: Simplify GlyphBuffer::reverse. (Closed)

Created:
6 years, 6 months ago by jbroman
Modified:
6 years, 6 months ago
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Project:
blink
Visibility:
Public.

Description

Simplify GlyphBuffer::reverse. Since only the entire buffer is ever reversed, a simpler and more obvious implementation using WTF::Vector::reverse is possible. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176526

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -20 lines) Patch
M Source/platform/fonts/Font.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/GlyphBuffer.h View 2 chunks +4 lines, -18 lines 0 comments Download
M Source/platform/fonts/mac/FontComplexTextMac.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
jbroman
Should be trivial. We never reverse anything but the entire buffer, and WTF::Vector already provides ...
6 years, 6 months ago (2014-06-19 15:18:48 UTC) #1
eae
Very nice, LGTM!
6 years, 6 months ago (2014-06-19 16:42:21 UTC) #2
eae
The CQ bit was checked by eae@chromium.org
6 years, 6 months ago (2014-06-19 16:42:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/348553003/1
6 years, 6 months ago (2014-06-19 16:43:07 UTC) #4
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 16:47:03 UTC) #5
Message was sent while issue was closed.
Change committed as 176526

Powered by Google App Engine
This is Rietveld 408576698