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

Issue 2578393002: Update paint property subtrees on paint offset changes (Closed)

Created:
4 years ago by pdr.
Modified:
4 years ago
Reviewers:
chrishtr, Xianzhu
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update paint property subtrees on paint offset changes Many paint properties depend on piant offset but paint offset changes currently only cause a local paint property update. The paint invalidation system ensures the prepaint tree walk is not stopped so this doesn't result in a bug today. This patch will prevent paint offset changes from being missed in the future. This patch also moves the paint offset check to PaintPropertyTreeBuilder. Additionally, localContext has been renamed context to improve readability. BUG=645667 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/7896f0f683f503acd6bcb05efd90644f11266128 Cr-Commit-Position: refs/heads/master@{#439055}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -47 lines) Patch
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 1 chunk +5 lines, -0 lines 1 comment Download
M third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp View 8 chunks +36 lines, -45 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
pdr.
https://codereview.chromium.org/2578393002/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/2578393002/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode928 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:928: context.forceSubtreeUpdate = true; This is the main change in ...
4 years ago (2016-12-16 03:24:09 UTC) #3
chrishtr
lgtm
4 years ago (2016-12-16 03:25:50 UTC) #6
Xianzhu
lgtm
4 years ago (2016-12-16 04:21:02 UTC) #7
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/2578393002/1
4 years ago (2016-12-16 05:46:01 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-16 07:04:59 UTC) #14
commit-bot: I haz the power
4 years ago (2016-12-16 07:07:22 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7896f0f683f503acd6bcb05efd90644f11266128
Cr-Commit-Position: refs/heads/master@{#439055}

Powered by Google App Engine
This is Rietveld 408576698