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

Issue 1629563003: PaintInvalidationState::enclosingSelfPaintingLayer() (Closed)

Created:
4 years, 11 months ago by Xianzhu
Modified:
4 years, 11 months ago
Reviewers:
chrishtr
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PaintInvalidationState::enclosingSelfPaintingLayer() It was PaintInvalidationState::enclosingLayer(), but we actually need the enclosing self painting layer to set repaint flags. Later changes to optimize empty paint phases also need enclosing self painting layer. We don't need to specially handle multicol spanner in the new function because our paint invalidation of multicol spanner follows the true layer painting order. Instead we need to special handle multicol spanner in the assertion to check if the repaint flags are properly set on layers. This has been reviewed by mstensho@opera.com and chrishtr@chromium.org as part of https://codereview.chromium.org/1584493002/. TBR=mstensho@opera.com,chrishtr@chromium.org BUG=574938 Committed: https://crrev.com/a6c054a66a5365513c6023206dc9eecbbe4f1641 Cr-Commit-Position: refs/heads/master@{#371475}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -27 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 3 chunks +31 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/layout/PaintInvalidationState.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp View 4 chunks +6 lines, -13 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 9 (5 generated)
Xianzhu
This is separated from the outline-phase-optimization CL (https://codereview.chromium.org/1584493002/).
4 years, 11 months ago (2016-01-23 02:03:56 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1629563003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1629563003/1
4 years, 11 months ago (2016-01-26 06:07:33 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-26 08:15:13 UTC) #7
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 08:16:34 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a6c054a66a5365513c6023206dc9eecbbe4f1641
Cr-Commit-Position: refs/heads/master@{#371475}

Powered by Google App Engine
This is Rietveld 408576698