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

Issue 24096014: Add toRenderSVGResourceFilter() fuction, and use it. (Closed)

Created:
7 years, 3 months ago by gyuyoung-inactive
Modified:
7 years, 3 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

Add toRenderSVGResourceFilter() fuction, and use it. This function has type checking assertions for helping to find bad-cast bugs. Besides this cl clean-up to use static_cast<RenderSVGResourceFilter*>. BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157736

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

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

Messages

Total messages: 14 (0 generated)
gyuyoung-inactive
Add tkent.
7 years, 3 months ago (2013-09-11 23:23:19 UTC) #1
tkent
https://codereview.chromium.org/24096014/diff/1/Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h File Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h (right): https://codereview.chromium.org/24096014/diff/1/Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h#newcode56 Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h:56: toRenderSVGFilter(filter)->primitiveAttributeChanged(this, attribute); This is confusing. We don't have 'RenderSVGFilter' ...
7 years, 3 months ago (2013-09-11 23:50:48 UTC) #2
gyuyoung-inactive
On 2013/09/11 23:50:48, tkent wrote: > https://codereview.chromium.org/24096014/diff/1/Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h > File Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h (right): > > https://codereview.chromium.org/24096014/diff/1/Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h#newcode56 > ...
7 years, 3 months ago (2013-09-11 23:54:08 UTC) #3
gyuyoung-inactive
On 2013/09/11 23:54:08, gyuyoung wrote: > On 2013/09/11 23:50:48, tkent wrote: > > > https://codereview.chromium.org/24096014/diff/1/Source/core/rendering/svg/RenderSVGResourceFilterPrimitive.h ...
7 years, 3 months ago (2013-09-12 03:22:09 UTC) #4
tkent
https://codereview.chromium.org/24096014/diff/6001/Source/core/rendering/svg/RenderSVGResourceFilter.h File Source/core/rendering/svg/RenderSVGResourceFilter.h (right): https://codereview.chromium.org/24096014/diff/6001/Source/core/rendering/svg/RenderSVGResourceFilter.h#newcode91 Source/core/rendering/svg/RenderSVGResourceFilter.h:91: inline RenderSVGResourceFilter* toRenderSVGResourceFilter(RenderSVGResource* resource) We should have both of ...
7 years, 3 months ago (2013-09-12 03:30:46 UTC) #5
gyuyoung-inactive
On 2013/09/12 03:30:46, tkent wrote: > https://codereview.chromium.org/24096014/diff/6001/Source/core/rendering/svg/RenderSVGResourceFilter.h > File Source/core/rendering/svg/RenderSVGResourceFilter.h (right): > > https://codereview.chromium.org/24096014/diff/6001/Source/core/rendering/svg/RenderSVGResourceFilter.h#newcode91 > ...
7 years, 3 months ago (2013-09-12 03:54:07 UTC) #6
gyuyoung-inactive
On 2013/09/12 03:54:07, gyuyoung wrote: > On 2013/09/12 03:30:46, tkent wrote: > > > https://codereview.chromium.org/24096014/diff/6001/Source/core/rendering/svg/RenderSVGResourceFilter.h ...
7 years, 3 months ago (2013-09-13 01:52:00 UTC) #7
tkent
lgtm
7 years, 3 months ago (2013-09-13 01:56:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/24096014/12001
7 years, 3 months ago (2013-09-13 01:58:30 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_lint, webkit_python_tests, webkit_tests, webkit_unit_tests, weborigin_unittests, wtf_unittests ...
7 years, 3 months ago (2013-09-13 02:38:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/24096014/12001
7 years, 3 months ago (2013-09-13 02:59:43 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_lint, webkit_python_tests, webkit_tests, webkit_unit_tests, weborigin_unittests, wtf_unittests ...
7 years, 3 months ago (2013-09-13 03:02:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/24096014/12001
7 years, 3 months ago (2013-09-13 03:39:07 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-13 04:59:33 UTC) #14
Message was sent while issue was closed.
Change committed as 157736

Powered by Google App Engine
This is Rietveld 408576698