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

Issue 669153002: Relocate markForLayoutAndParentResourceInvalidation (Closed)

Created:
6 years, 2 months ago by fs
Modified:
6 years, 2 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-rendering, krit, dstockwell, eae+blinkwatch, ed+blinkwatch_opera.com, Eric Willigers, f(malita), fs, gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, Mike Lawther (Google), pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, rune+blink, Stephen Chennney, shans, Steve Block, Timothy Loh, zoltan1
Project:
blink
Visibility:
Public.

Description

Relocate markForLayoutAndParentResourceInvalidation To facilitate repurposing of RenderSVGResource for paint-server use, move RenderSVGResource::markForLayoutAndParentResourceInvalidation to RenderSVGResourceContainer. For reduced dependencies call through a method with the same name on SVGElement. BUG=420022 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184258

Patch Set 1 #

Patch Set 2 : Dependency reduction/possibly clearer API. #

Total comments: 1

Patch Set 3 : Remove accidental FIXME. #

Total comments: 4

Patch Set 4 : Drop boundsChanged. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -141 lines) Patch
M Source/core/rendering/svg/RenderSVGImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResource.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResource.cpp View 2 chunks +2 lines, -69 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.cpp View 3 chunks +71 lines, -1 line 0 comments Download
M Source/core/rendering/svg/SVGResourcesCache.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 1 4 chunks +3 lines, -5 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGElement.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 3 chunks +9 lines, -3 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 5 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 2 chunks +1 line, -4 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
fs
Uploaded this incrementally because the changes in PS2 may not be valuable enough to keep. ...
6 years, 2 months ago (2014-10-22 15:08:56 UTC) #2
pdr.
LGTM with two nits. @fmalita, could you take a peek at this as well? https://codereview.chromium.org/669153002/diff/40001/Source/core/svg/SVGForeignObjectElement.cpp ...
6 years, 2 months ago (2014-10-22 17:42:12 UTC) #3
f(malita)
lgtm % nits(pdr)
6 years, 2 months ago (2014-10-22 19:13:22 UTC) #4
fs
https://codereview.chromium.org/669153002/diff/40001/Source/core/svg/SVGForeignObjectElement.cpp File Source/core/svg/SVGForeignObjectElement.cpp (right): https://codereview.chromium.org/669153002/diff/40001/Source/core/svg/SVGForeignObjectElement.cpp#newcode113 Source/core/svg/SVGForeignObjectElement.cpp:113: boundsChanged(renderer); On 2014/10/22 17:42:12, pdr wrote: > Can we ...
6 years, 2 months ago (2014-10-23 09:15:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669153002/60001
6 years, 2 months ago (2014-10-23 10:28:26 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 12:14:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 184258

Powered by Google App Engine
This is Rietveld 408576698