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

Issue 1657993002: [SPv2] Use pre-computed paint property context for layer painter and disable fragmentation (Closed)

Created:
4 years, 10 months ago by trchen
Modified:
4 years, 10 months ago
Reviewers:
pdr., chrishtr, jbroman
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@chunk_property_hookup_1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[SPv2] Use pre-computed paint property context for layer painter and disable fragmentation This is part #2 of the CLs to associate overflow clip/scroll nodes to display items. In part #1 we added the pre-computed paint property context on PaintLayer. This CL actually associate them with the display items. It also disables visual (PaintLayer) fragmentation because we haven't implemented property node generation for them. Committed: https://crrev.com/0b6ccf5a8df850b5ada971820f1376cb3c268023 Cr-Commit-Position: refs/heads/master@{#373982}

Patch Set 1 #

Total comments: 7

Patch Set 2 : rebased #

Total comments: 1

Patch Set 3 : paintOffset = -m_paintLayer.layoutBoxLocation() #

Total comments: 1

Patch Set 4 : update tree printer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -46 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ObjectPaintProperties.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp View 1 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 2 6 chunks +31 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (9 generated)
trchen
[2/5] Split out of my previous CL.
4 years, 10 months ago (2016-02-01 23:58:34 UTC) #2
chrishtr
https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode331 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:331: // Related thread https://groups.google.com/a/chromium.org/forum/#!topic/graphics-dev/81XuWFf-mxM Following up on this now ...
4 years, 10 months ago (2016-02-02 19:41:10 UTC) #4
chrishtr
https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode352 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:352: scopedPaintChunkProperties.emplace(context.paintController(), m_paintLayer.cachedSPv2PaintParameters().properties); Is it true that this is a ...
4 years, 10 months ago (2016-02-02 19:43:31 UTC) #5
trchen
https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode331 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:331: // Related thread https://groups.google.com/a/chromium.org/forum/#!topic/graphics-dev/81XuWFf-mxM On 2016/02/02 19:41:10, chrishtr wrote: ...
4 years, 10 months ago (2016-02-02 21:54:52 UTC) #6
chrishtr
https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode331 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:331: // Related thread https://groups.google.com/a/chromium.org/forum/#!topic/graphics-dev/81XuWFf-mxM On 2016/02/02 at 21:54:51, trchen ...
4 years, 10 months ago (2016-02-02 23:31:59 UTC) #7
trchen
https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/1/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode352 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:352: scopedPaintChunkProperties.emplace(context.paintController(), m_paintLayer.cachedSPv2PaintParameters().properties); On 2016/02/02 23:31:59, chrishtr wrote: > On ...
4 years, 10 months ago (2016-02-02 23:48:26 UTC) #8
trchen
rebased on top of latest CL #1.
4 years, 10 months ago (2016-02-05 00:21:00 UTC) #9
pdr.
LGTM https://codereview.chromium.org/1657993002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp File third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp (right): https://codereview.chromium.org/1657993002/diff/20001/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp#newcode629 third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp:629: LayoutPoint paintOffset; WDYT about just starting with -m_paintLayer.layoutBoxLocation()?
4 years, 10 months ago (2016-02-05 07:34:43 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657993002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657993002/40001
4 years, 10 months ago (2016-02-05 21:53:04 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/18284)
4 years, 10 months ago (2016-02-05 22:27:29 UTC) #14
pdr.
https://codereview.chromium.org/1657993002/diff/40001/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h File third_party/WebKit/Source/core/paint/ObjectPaintProperties.h (left): https://codereview.chromium.org/1657993002/diff/40001/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h#oldcode56 third_party/WebKit/Source/core/paint/ObjectPaintProperties.h:56: TransformPaintPropertyNode* transformForLayerContents() const; Oops, removing this needs an update ...
4 years, 10 months ago (2016-02-05 22:27:45 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657993002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657993002/60001
4 years, 10 months ago (2016-02-05 22:39:34 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-06 01:05:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657993002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657993002/60001
4 years, 10 months ago (2016-02-06 01:20:06 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-06 01:27:16 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-06 01:28:32 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0b6ccf5a8df850b5ada971820f1376cb3c268023
Cr-Commit-Position: refs/heads/master@{#373982}

Powered by Google App Engine
This is Rietveld 408576698