DescriptionUpdate 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
Messages
Total messages: 16 (10 generated)
|