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

Issue 2052743002: Add effect node support in PaintArtifactCompositor for layer list mode [3/4] (Closed)

Created:
4 years, 6 months ago by trchen
Modified:
4 years, 5 months ago
Reviewers:
ajuma, jbroman, chrishtr
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@pac_layer_list_step_2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add effect node support in PaintArtifactCompositor for layer list mode [3/4] This CL trims down the number of properties we assign to generated cc property nodes to the absolute minimum that cc doesn't crash. BUG=609937 Committed: https://crrev.com/5728c6c98599daf1bde6ea1c28737e8cec4471bf Cr-Commit-Position: refs/heads/master@{#402957}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Total comments: 3

Patch Set 3 : add back dummy layers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -42 lines) Patch
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 5 chunks +22 lines, -42 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (6 generated)
trchen
Split out #3.
4 years, 6 months ago (2016-06-09 00:42:39 UTC) #2
jbroman
https://codereview.chromium.org/2052743002/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp File third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp (right): https://codereview.chromium.org/2052743002/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode328 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:328: constexpr int kRealRootNodeId = 0; static constexpr int, since ...
4 years, 6 months ago (2016-06-15 12:55:08 UTC) #3
chrishtr
trchen, are patches 3 and 4 in this sequence ready for review?
4 years, 6 months ago (2016-06-23 23:36:56 UTC) #4
trchen
Rebased onto jbroman's latest CL and added the following changes: * CC doesn't actually need ...
4 years, 5 months ago (2016-06-29 01:24:33 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2052743002/20001
4 years, 5 months ago (2016-06-29 01:26:00 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/236323)
4 years, 5 months ago (2016-06-29 02:38:25 UTC) #9
jbroman
+ajuma as I'm not sure all of the implications of leaving these unset. https://codereview.chromium.org/2052743002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp File ...
4 years, 5 months ago (2016-06-29 15:25:34 UTC) #11
ajuma
https://codereview.chromium.org/2052743002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp File third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp (left): https://codereview.chromium.org/2052743002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#oldcode440 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:440: m_rootLayer->AddChild(dummyLayer); On 2016/06/29 15:25:34, jbroman wrote: > Why delete ...
4 years, 5 months ago (2016-06-29 15:33:22 UTC) #12
jbroman
Oh, and by the way, watch out for https://codereview.chromium.org/2087963003 which weiliangc@ has out for review ...
4 years, 5 months ago (2016-06-29 17:31:46 UTC) #13
trchen
https://codereview.chromium.org/2052743002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp File third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp (left): https://codereview.chromium.org/2052743002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#oldcode440 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:440: m_rootLayer->AddChild(dummyLayer); On 2016/06/29 15:33:22, ajuma wrote: > On 2016/06/29 ...
4 years, 5 months ago (2016-06-29 20:22:31 UTC) #14
jbroman
OK, LGTM. But we should keep an eye out, because there are a couple places ...
4 years, 5 months ago (2016-06-29 20:44:54 UTC) #15
trchen
On 2016/06/29 20:44:54, jbroman wrote: > OK, LGTM. > > But we should keep an ...
4 years, 5 months ago (2016-06-29 20:53:01 UTC) #16
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/2052743002/40001
4 years, 5 months ago (2016-06-29 20:54:18 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-29 22:27:47 UTC) #19
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-29 22:28:55 UTC) #20
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 22:29:51 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5728c6c98599daf1bde6ea1c28737e8cec4471bf
Cr-Commit-Position: refs/heads/master@{#402957}

Powered by Google App Engine
This is Rietveld 408576698