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

Issue 1048913004: Eliminate use of and remove PathCoordinateMode (Closed)

Created:
5 years, 8 months ago by fs
Modified:
5 years, 8 months ago
CC:
blink-reviews, krit, ed+blinkwatch_opera.com, f(malita), fs, gyuyoung.kim_webkit.org, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Eliminate use of and remove PathCoordinateMode No longer used by SVGPathConsumer. Used by SVGPathBlender to decide what the blending result will be. Replace with bools in SVGPathBlender. BUG=467592 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193009

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comment about new member fields. #

Patch Set 3 : Refine comment. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -51 lines) Patch
M Source/core/svg/SVGPathBlender.h View 1 2 3 chunks +7 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPathBlender.cpp View 15 chunks +43 lines, -43 lines 0 comments Download
M Source/core/svg/SVGPathConsumer.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
fs
5 years, 8 months ago (2015-03-31 18:41:38 UTC) #2
pdr.
https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp File Source/core/svg/SVGPathBlender.cpp (right): https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp#newcode324 Source/core/svg/SVGPathBlender.cpp:324: m_fromIsAbsolute = isAbsolutePathSegType(fromSeg.command); If m_typesAreEqual is false, won't we ...
5 years, 8 months ago (2015-04-01 00:03:49 UTC) #3
fs
https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp File Source/core/svg/SVGPathBlender.cpp (right): https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp#newcode324 Source/core/svg/SVGPathBlender.cpp:324: m_fromIsAbsolute = isAbsolutePathSegType(fromSeg.command); On 2015/04/01 00:03:49, pdr wrote: > ...
5 years, 8 months ago (2015-04-01 09:15:55 UTC) #4
pdr.
On 2015/04/01 at 09:15:55, fs wrote: > https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp > File Source/core/svg/SVGPathBlender.cpp (right): > > https://codereview.chromium.org/1048913004/diff/1/Source/core/svg/SVGPathBlender.cpp#newcode324 ...
5 years, 8 months ago (2015-04-01 21:39:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1048913004/60001
5 years, 8 months ago (2015-04-02 08:19:13 UTC) #7
commit-bot: I haz the power
5 years, 8 months ago (2015-04-02 08:22:50 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193009

Powered by Google App Engine
This is Rietveld 408576698