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

Issue 1161803002: Add early-out in SVGTextChunkBuilder::finalizeTransformMatrices() (Closed)

Created:
5 years, 7 months ago by fs
Modified:
5 years, 7 months ago
Reviewers:
pdr., f(malita)
CC:
blink-reviews, krit, pdr+renderingwatchlist_chromium.org, zoltan1, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, fs, blink-reviews-rendering, f(malita), jchaffraix+rendering, gyuyoung2, Stephen Chennney, rwlbuis, pdr+svgwatchlist_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add early-out in SVGTextChunkBuilder::finalizeTransformMatrices() This function will only do something when textLength is being applied. If that's not the case, there'll just a lot of iteration and hash- lookups for no good. Not huge win performance-wise (in the noise), but a fairly simple and obvious thing to do. BUG=486669 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195983

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M Source/core/layout/svg/SVGTextChunkBuilder.cpp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
fs
Bombardement!
5 years, 7 months ago (2015-05-27 14:39:23 UTC) #2
f(malita)
lgtm
5 years, 7 months ago (2015-05-27 15:00:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1161803002/1
5 years, 7 months ago (2015-05-27 15:05:16 UTC) #5
commit-bot: I haz the power
5 years, 7 months ago (2015-05-27 15:43:24 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195983

Powered by Google App Engine
This is Rietveld 408576698