DescriptionCleanup 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 : #
Dependent Patchsets: Messages
Total messages: 12 (3 generated)
|