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

Issue 2573883002: Refactor PaintChunkProperties to use PropertyTreeState (Closed)

Created:
4 years ago by chrishtr
Modified:
4 years ago
Reviewers:
pdr., Xianzhu
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, kinuko+watch, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor PaintChunkProperties to use PropertyTreeState BUG=668342 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/de314bfb82cdafe6eb2295b66a8d108e080170f0 Cr-Commit-Position: refs/heads/master@{#438437}

Patch Set 1 #

Patch Set 2 : none #

Total comments: 6

Patch Set 3 : none #

Patch Set 4 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -129 lines) Patch
M third_party/WebKit/Source/core/paint/BlockPainter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxClipper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FramePainter.cpp View 1 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 2 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGPaintContext.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h View 1 2 3 chunks +9 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp View 6 chunks +52 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp View 1 2 3 11 chunks +30 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h View 1 2 3 5 chunks +14 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/PaintPrinters.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 30 (19 generated)
chrishtr
4 years ago (2016-12-13 18:17:21 UTC) #7
Xianzhu
https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp File third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp (right): https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp#newcode42 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp:42: return properties; Nit: return PaintChunkProperties(propertyTreeState); or return PaintChunkProperties(PropertyTreeState( TransformPaintPropertyNode::root(), ...
4 years ago (2016-12-13 18:26:20 UTC) #9
pdr.
LGTM https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h File third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h (right): https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h#newcode34 third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h:34: // TODO(pdr): Refactor these to use PropertyTreeState. Please ...
4 years ago (2016-12-13 18:27:10 UTC) #10
chrishtr
https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp File third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp (right): https://codereview.chromium.org/2573883002/diff/20001/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp#newcode42 third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp:42: return properties; On 2016/12/13 at 18:26:20, Xianzhu wrote: > ...
4 years ago (2016-12-13 21:03:40 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/2573883002/40001
4 years ago (2016-12-13 21:04:19 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/355587)
4 years ago (2016-12-13 22:36:24 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/2573883002/60001
4 years ago (2016-12-14 01:53:03 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-12-14 03:53:56 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/2573883002/60001
4 years ago (2016-12-14 04:59:50 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-14 05:05:35 UTC) #28
commit-bot: I haz the power
4 years ago (2016-12-14 05:08:12 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/de314bfb82cdafe6eb2295b66a8d108e080170f0
Cr-Commit-Position: refs/heads/master@{#438437}

Powered by Google App Engine
This is Rietveld 408576698