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

Issue 21669006: Introduce toSVGMPathElement(), and use it (Closed)

Created:
7 years, 4 months ago by gyuyoung-inactive
Modified:
7 years, 4 months ago
Reviewers:
tkent
CC:
blink-reviews, pdr, eae+blinkwatch, Stephen Chennney, f(malita), dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Introduce toSVGMPathElement(), and use it As a step to change static_cast with toSVGXXX, static_cast<SVGMPathElement*> can be changed with toSVGMPathElement(). Additionally this patch clean up static_cast<SVGUseElement*> using toSVGUseElement(). BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155496

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M Source/core/svg/SVGAnimateMotionElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMPathElement.h View 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
gyuyoung-inactive
Add tkent as reviewer.
7 years, 4 months ago (2013-08-03 13:08:45 UTC) #1
tkent
lgtm > Additionally this patch clean up static_cast<SVGUseElement*> using toSVGUseElement(). It doesn't look related to ...
7 years, 4 months ago (2013-08-04 21:47:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/21669006/1
7 years, 4 months ago (2013-08-04 21:47:20 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-05 01:13:18 UTC) #4
Message was sent while issue was closed.
Change committed as 155496

Powered by Google App Engine
This is Rietveld 408576698