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

Issue 2300383002: Compute better reference/visual boxes for clip-path in columns (Closed)

Created:
4 years, 3 months ago by fs
Modified:
4 years, 3 months ago
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, slimming-paint-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Compute better reference/visual boxes for clip-path in columns clip-path's are applied before fragmentation, which means that we need to adjust the coordinate space for the clip-path and its reference box "manually" to get the correct visual coordinate space. Also fix the origin used for clip-path to be the top-left corner of the reference box. This only applies when SVG <clipPath> elements with clipPathUnits='userSpaceOnUse' is referenced. BUG=626097 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/a73f1b21656e5e08eaca11b038770d166fc3fcd7 Cr-Commit-Position: refs/heads/master@{#416451}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add note #

Total comments: 2

Patch Set 3 : performed #

Messages

Total messages: 22 (14 generated)
fs
4 years, 3 months ago (2016-09-02 13:19:38 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/2300383002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/2300383002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode272 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:272: m_paintLayer.convertFromFlowThreadToVisualBoundingBoxInAncestor(paintingInfo.rootLayer, referenceBox); This isn't going to work correctly if ...
4 years, 3 months ago (2016-09-02 19:06:01 UTC) #8
fs
https://codereview.chromium.org/2300383002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/2300383002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode272 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:272: m_paintLayer.convertFromFlowThreadToVisualBoundingBoxInAncestor(paintingInfo.rootLayer, referenceBox); On 2016/09/02 at 19:06:01, mstensho wrote: > ...
4 years, 3 months ago (2016-09-02 19:16:51 UTC) #9
mstensho (USE GERRIT)
lgtm https://codereview.chromium.org/2300383002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/2300383002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode272 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:272: // determined per-fragment, and hence this ought to ...
4 years, 3 months ago (2016-09-02 19:44:09 UTC) #10
fs
https://codereview.chromium.org/2300383002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/2300383002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode272 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:272: // determined per-fragment, and hence this ought to be ...
4 years, 3 months ago (2016-09-02 20:12:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300383002/40001
4 years, 3 months ago (2016-09-03 08:02:31 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-03 08:06:10 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-09-03 08:08:25 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a73f1b21656e5e08eaca11b038770d166fc3fcd7
Cr-Commit-Position: refs/heads/master@{#416451}

Powered by Google App Engine
This is Rietveld 408576698