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

Issue 2604973002: Move computation of 3D descendants to the descendant-dependent flags walk. (Closed)

Created:
3 years, 11 months ago by chrishtr
Modified:
3 years, 11 months ago
Reviewers:
Xianzhu
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move computation of 3D descendants to the descendant-dependent flags walk. BUG=668342 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/8624b809c7f75c609e509f17cc4ee20fc3fceb90 Cr-Commit-Position: refs/heads/master@{#440909}

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Total comments: 3

Patch Set 4 : none #

Total comments: 2

Patch Set 5 : none #

Patch Set 6 : none #

Patch Set 7 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -86 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 3 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 2 3 4 5 6 3 chunks +24 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerTest.cpp View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 1 2 3 4 5 2 chunks +43 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 2 chunks +38 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (24 generated)
chrishtr
3 years, 11 months ago (2016-12-28 17:52:03 UTC) #12
Xianzhu
https://codereview.chromium.org/2604973002/diff/40001/third_party/WebKit/Source/core/paint/PaintLayer.cpp File third_party/WebKit/Source/core/paint/PaintLayer.cpp (right): https://codereview.chromium.org/2604973002/diff/40001/third_party/WebKit/Source/core/paint/PaintLayer.cpp#newcode766 third_party/WebKit/Source/core/paint/PaintLayer.cpp:766: m_has3DTransformedDescendant = m_has3DTransformedDescendant || childHas3D; We should break the ...
3 years, 11 months ago (2016-12-28 18:08:11 UTC) #13
chrishtr
https://codereview.chromium.org/2604973002/diff/40001/third_party/WebKit/Source/core/paint/PaintLayer.cpp File third_party/WebKit/Source/core/paint/PaintLayer.cpp (right): https://codereview.chromium.org/2604973002/diff/40001/third_party/WebKit/Source/core/paint/PaintLayer.cpp#newcode766 third_party/WebKit/Source/core/paint/PaintLayer.cpp:766: m_has3DTransformedDescendant = m_has3DTransformedDescendant || childHas3D; On 2016/12/28 at 18:08:11, ...
3 years, 11 months ago (2016-12-28 18:49:47 UTC) #14
Xianzhu
lgtm https://codereview.chromium.org/2604973002/diff/60001/third_party/WebKit/Source/core/paint/PaintLayer.cpp File third_party/WebKit/Source/core/paint/PaintLayer.cpp (right): https://codereview.chromium.org/2604973002/diff/60001/third_party/WebKit/Source/core/paint/PaintLayer.cpp#newcode766 third_party/WebKit/Source/core/paint/PaintLayer.cpp:766: m_has3DTransformedDescendant = m_has3DTransformedDescendant || childHas3D; Nit: Would the ...
3 years, 11 months ago (2016-12-28 18:56:33 UTC) #17
chrishtr
https://codereview.chromium.org/2604973002/diff/60001/third_party/WebKit/Source/core/paint/PaintLayer.cpp File third_party/WebKit/Source/core/paint/PaintLayer.cpp (right): https://codereview.chromium.org/2604973002/diff/60001/third_party/WebKit/Source/core/paint/PaintLayer.cpp#newcode766 third_party/WebKit/Source/core/paint/PaintLayer.cpp:766: m_has3DTransformedDescendant = m_has3DTransformedDescendant || childHas3D; On 2016/12/28 at 18:56:33, ...
3 years, 11 months ago (2016-12-28 19:01:00 UTC) #18
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/2604973002/80001
3 years, 11 months ago (2016-12-28 19:01:17 UTC) #21
chrishtr
Slightly updated code for property tree building to specify a more exact compositing reason.
3 years, 11 months ago (2016-12-28 19:26:12 UTC) #23
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/2604973002/100001
3 years, 11 months ago (2016-12-28 19:26:35 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/2101)
3 years, 11 months ago (2016-12-28 21:09:56 UTC) #28
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/2604973002/120001
3 years, 11 months ago (2016-12-28 22:52:51 UTC) #31
commit-bot: I haz the power
Committed patchset #7 (id:120001)
3 years, 11 months ago (2016-12-29 00:11:06 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:50:54 UTC) #36
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8624b809c7f75c609e509f17cc4ee20fc3fceb90
Cr-Commit-Position: refs/heads/master@{#440909}

Powered by Google App Engine
This is Rietveld 408576698