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

Issue 1302993003: Cleanup bitfield accessors for slimming paint v2 (Closed)

Created:
5 years, 4 months ago by Xianzhu
Modified:
5 years, 4 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Cleanup bitfield accessors for slimming paint v2 This is a preparation for a series of paint invalidation changes for slimming paint v2. - Combine layoutDidGetCalledSinceLastFrame into mayNeedPaintInvalidation because we handle them in the same way; - Separate shouldCheckForChildPaintInvalidation from mayNeedPaintInvalidation to meet future slimming paint v2 needs; - Mark some bit fields for future removal for slimming paint v2; - Use direct m_bitfields access for private and simple setting and clearing of paint invalidation flags. BUG=510908 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201024

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : s/shouldCheckForChildPaintInvalidation/childShouldCheckForPaintInvalidation/ #

Patch Set 4 : clear ChildShouldCheckForPaintInvalidation #

Total comments: 2

Patch Set 5 : For slimming paint only #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -55 lines) Patch
M Source/core/layout/LayoutObject.h View 1 2 3 4 10 chunks +14 lines, -28 lines 0 comments Download
M Source/core/layout/LayoutObject.cpp View 1 2 3 4 5 4 chunks +8 lines, -27 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (3 generated)
Xianzhu
5 years, 4 months ago (2015-08-20 22:27:11 UTC) #2
leviw_travelin_and_unemployed
Please fix all the TODO's. LGTM. I like this distinction :) https://codereview.chromium.org/1302993003/diff/60001/Source/core/layout/LayoutBlockFlow.cpp File Source/core/layout/LayoutBlockFlow.cpp (right): ...
5 years, 4 months ago (2015-08-20 22:52:03 UTC) #3
pdr.
I like this cleanup in general. I'm not a fan of removing the setters / ...
5 years, 4 months ago (2015-08-20 23:01:27 UTC) #4
Xianzhu
Uploaded a new patch covering only cleanups needed by slimming paint only. Ptal. Will create ...
5 years, 4 months ago (2015-08-21 17:35:35 UTC) #5
leviw_travelin_and_unemployed
Still fine with me. https://codereview.chromium.org/1302993003/diff/80001/Source/core/layout/LayoutObject.cpp File Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/1302993003/diff/80001/Source/core/layout/LayoutObject.cpp#newcode1284 Source/core/layout/LayoutObject.cpp:1284: // TODO(wangxianzhu): Remove this for ...
5 years, 4 months ago (2015-08-21 18:35:55 UTC) #6
pdr.
On 2015/08/21 at 18:35:55, leviw wrote: > Still fine with me. > > https://codereview.chromium.org/1302993003/diff/80001/Source/core/layout/LayoutObject.cpp > ...
5 years, 4 months ago (2015-08-21 18:37:36 UTC) #7
Xianzhu
https://codereview.chromium.org/1302993003/diff/80001/Source/core/layout/LayoutObject.cpp File Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/1302993003/diff/80001/Source/core/layout/LayoutObject.cpp#newcode1284 Source/core/layout/LayoutObject.cpp:1284: // TODO(wangxianzhu): Remove this for slimming paint v2 because ...
5 years, 4 months ago (2015-08-21 19:40:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1302993003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1302993003/100001
5 years, 4 months ago (2015-08-21 19:40:21 UTC) #11
commit-bot: I haz the power
5 years, 4 months ago (2015-08-21 23:04:58 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201024

Powered by Google App Engine
This is Rietveld 408576698