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

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

Created:
4 years, 6 months ago by trchen
Modified:
4 years, 6 months ago
Reviewers:
chrishtr, jbroman
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), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add effect node support in PaintArtifactCompositor for layer list mode [1/4] This CL refactor PaintArtifactCompositor::layerForPaintChunk so conceptually it only creates the contents of the layer, while other layer properties will be setup by the caller. This is because the legacy mode and layer list mode use different API level to position layers. BUG=609937 Committed: https://crrev.com/42bd157c539c940682856a55860fbaea6e02f9fe Cr-Commit-Position: refs/heads/master@{#399881}

Patch Set 1 #

Total comments: 7

Patch Set 2 : rebase & add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -32 lines) Patch
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 6 chunks +27 lines, -31 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
trchen
Split out #1.
4 years, 6 months ago (2016-06-08 23:58:54 UTC) #3
chrishtr
https://codereview.chromium.org/2042403005/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/2042403005/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode357 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:357: if (useLayerLists) { You don't have to set the ...
4 years, 6 months ago (2016-06-09 02:20:05 UTC) #5
jbroman
Thanks for splitting the CL. lgtm after addressing chrishtr's comment https://codereview.chromium.org/2042403005/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/2042403005/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode357 ...
4 years, 6 months ago (2016-06-09 19:59:05 UTC) #6
chrishtr
https://codereview.chromium.org/2042403005/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/2042403005/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode357 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:357: if (useLayerLists) { On 2016/06/09 at 19:59:05, jbroman wrote: ...
4 years, 6 months ago (2016-06-09 22:17:51 UTC) #7
jbroman
https://codereview.chromium.org/2042403005/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/2042403005/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode357 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:357: if (useLayerLists) { On 2016/06/09 at 22:17:50, chrishtr wrote: ...
4 years, 6 months ago (2016-06-10 19:06:33 UTC) #8
chrishtr
Looks good modulo comment request. https://codereview.chromium.org/2042403005/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/2042403005/diff/1/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp#newcode357 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp:357: if (useLayerLists) { On ...
4 years, 6 months ago (2016-06-10 19:44:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2042403005/20001
4 years, 6 months ago (2016-06-14 21:32:04 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios-device-gn on ...
4 years, 6 months ago (2016-06-14 23:34:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2042403005/20001
4 years, 6 months ago (2016-06-15 09:42:46 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-15 11:11:40 UTC) #18
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-15 11:11:42 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 11:13:49 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/42bd157c539c940682856a55860fbaea6e02f9fe
Cr-Commit-Position: refs/heads/master@{#399881}

Powered by Google App Engine
This is Rietveld 408576698