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

Issue 186733005: Move SVGTextMetricsBuilder metrics computation state to a local helper class (Closed)

Created:
6 years, 9 months ago by fs
Modified:
6 years, 9 months ago
CC:
blink-reviews, krit, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, pdr., Stephen Chennney, rwlbuis
Visibility:
Public.

Description

Move SVGTextMetricsBuilder metrics computation state to a local helper class Move all transient state, and methods operating on it, from SVGTextMetricsBuilder to a locally defined helper class (SVGTextMetricsCalculator). This leads to a structure that better represents the life-time of the state, as well as reduce the size of SVGTextLayoutAttributesBuilder (and hence indirectly RenderSVGText.) Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168663

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -54 lines) Patch
M Source/core/rendering/svg/SVGTextMetricsBuilder.h View 2 chunks +2 lines, -19 lines 0 comments Download
M Source/core/rendering/svg/SVGTextMetricsBuilder.cpp View 5 chunks +53 lines, -35 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
fs
6 years, 9 months ago (2014-03-06 17:21:38 UTC) #1
Stephen Chennney
LGTM
6 years, 9 months ago (2014-03-06 18:26:50 UTC) #2
fs
The CQ bit was checked by fs@opera.com
6 years, 9 months ago (2014-03-06 18:39:19 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/186733005/1
6 years, 9 months ago (2014-03-06 18:39:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/186733005/1
6 years, 9 months ago (2014-03-06 19:02:51 UTC) #5
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 19:25:24 UTC) #6
Message was sent while issue was closed.
Change committed as 168663

Powered by Google App Engine
This is Rietveld 408576698