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

Issue 598623002: Initial PaintInvalidationState support for SVG (Closed)

Created:
6 years, 3 months ago by fs
Modified:
6 years, 2 months ago
CC:
blink-reviews, blink-reviews-rendering, zoltan1, rwlbuis, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, ed+blinkwatch_opera.com, krit, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, Stephen Chennney, pdr+svgwatchlist_chromium.org, rune+blink
Project:
blink
Visibility:
Public.

Description

Initial PaintInvalidationState support for SVG Extend PaintInvalidationState with a transform, to allow computing the position/area of an SVG object first within the (outermost) SVG root, and then relative to the document. Handling of PaintInvalidationState is added only to RenderSVGModelObject- derived render objects for now. BUG=391054 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182799

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 6

Patch Set 3 : Use OwnPtr. #

Patch Set 4 : Move code to clippedOverflow... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -15 lines) Patch
M Source/core/rendering/PaintInvalidationState.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M Source/core/rendering/PaintInvalidationState.cpp View 1 2 3 chunks +36 lines, -10 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.cpp View 1 chunk +12 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.h View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.cpp View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
fs
I've opted to stay as close as possible to what's currently being computed, and all ...
6 years, 3 months ago (2014-09-24 07:31:53 UTC) #2
pdr.
This is cool! Do you know the performance impact of this change? Even though it's ...
6 years, 3 months ago (2014-09-25 05:38:59 UTC) #3
fs
On 2014/09/25 05:38:59, pdr wrote: > ... Do you know the performance impact of this ...
6 years, 2 months ago (2014-09-25 12:17:53 UTC) #4
fs
https://codereview.chromium.org/598623002/diff/20001/Source/core/rendering/svg/RenderSVGModelObject.cpp File Source/core/rendering/svg/RenderSVGModelObject.cpp (right): https://codereview.chromium.org/598623002/diff/20001/Source/core/rendering/svg/RenderSVGModelObject.cpp#newcode132 Source/core/rendering/svg/RenderSVGModelObject.cpp:132: // If we didn't need paint invalidation then our ...
6 years, 2 months ago (2014-09-25 12:30:26 UTC) #5
dsinclair
https://codereview.chromium.org/598623002/diff/20001/Source/core/rendering/svg/RenderSVGModelObject.cpp File Source/core/rendering/svg/RenderSVGModelObject.cpp (right): https://codereview.chromium.org/598623002/diff/20001/Source/core/rendering/svg/RenderSVGModelObject.cpp#newcode132 Source/core/rendering/svg/RenderSVGModelObject.cpp:132: // If we didn't need paint invalidation then our ...
6 years, 2 months ago (2014-09-25 13:14:11 UTC) #7
pdr.
The code looks great but I would have expected this to be a clear perf ...
6 years, 2 months ago (2014-09-26 03:32:45 UTC) #8
fs
On 2014/09/26 03:32:45, pdr wrote: > The code looks great but I would have expected ...
6 years, 2 months ago (2014-09-26 15:07:08 UTC) #9
pdr.
On 2014/09/26 15:07:08, fs wrote: > On 2014/09/26 03:32:45, pdr wrote: > > The code ...
6 years, 2 months ago (2014-09-26 23:22:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/598623002/60001
6 years, 2 months ago (2014-09-26 23:23:45 UTC) #12
commit-bot: I haz the power
6 years, 2 months ago (2014-09-27 00:03:31 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 182799

Powered by Google App Engine
This is Rietveld 408576698