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

Issue 18233024: Use toSVGFilterElement instead of static_cast<..> (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

Use toSVGFilterElement instead of static_cast<..> Though there is toSVGFilterElement(), some files still use static_cast<SVGFilterElement*>. To remove all static_cast<> use, we need to change argument from SVGElement to Node. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154191

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -9 lines) Patch
M Source/core/rendering/svg/RenderSVGResourceFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGResources.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
gyuyoung-inactive
Add tkent as reviewer.
7 years, 5 months ago (2013-07-14 06:36:02 UTC) #1
tkent
lgtm
7 years, 5 months ago (2013-07-14 12:36:11 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/18233024/1
7 years, 5 months ago (2013-07-14 12:36:26 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-14 13:41:03 UTC) #4
Message was sent while issue was closed.
Change committed as 154191

Powered by Google App Engine
This is Rietveld 408576698