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

Issue 19781008: Introduce toSVGRectElement(), use it (Closed)

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

Description

Introduce toSVGRectElement(), use it As a step to change static_cast with toSVGXXX, static_cast<SVGRectElement*> can be changed with toSVGRectElement(). BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154897

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M Source/core/rendering/svg/RenderSVGRect.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGPathData.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.h View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
gyuyoung-inactive
Add tkent as reviewer !
7 years, 5 months ago (2013-07-24 09:11:40 UTC) #1
tkent
https://codereview.chromium.org/19781008/diff/6001/Source/core/rendering/svg/RenderSVGRect.cpp File Source/core/rendering/svg/RenderSVGRect.cpp (left): https://codereview.chromium.org/19781008/diff/6001/Source/core/rendering/svg/RenderSVGRect.cpp#oldcode54 Source/core/rendering/svg/RenderSVGRect.cpp:54: ASSERT(rect); Why do you remove the ASSERT?
7 years, 5 months ago (2013-07-24 10:16:06 UTC) #2
gyuyoung-inactive
On 2013/07/24 10:16:06, tkent wrote: > https://codereview.chromium.org/19781008/diff/6001/Source/core/rendering/svg/RenderSVGRect.cpp > File Source/core/rendering/svg/RenderSVGRect.cpp (left): > > https://codereview.chromium.org/19781008/diff/6001/Source/core/rendering/svg/RenderSVGRect.cpp#oldcode54 > ...
7 years, 5 months ago (2013-07-25 03:31:22 UTC) #3
tkent
lgtm
7 years, 5 months ago (2013-07-25 03:34:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/19781008/10001
7 years, 5 months ago (2013-07-25 03:34:25 UTC) #5
commit-bot: I haz the power
7 years, 5 months ago (2013-07-25 05:28:17 UTC) #6
Message was sent while issue was closed.
Change committed as 154897

Powered by Google App Engine
This is Rietveld 408576698