Chromium Code Reviews
DescriptionFactor PaintArtifact out of DisplayItemList.
This separates the concerns of an object which contains the paint data (the
artifact) from the object which manages the caches and state through repeated
painting.
In particular, operations which "read" the result of paint should only need
access to a |const PaintArtifact&|.
BUG=537409
Committed: https://crrev.com/5243078103e8ab4753cfbf3b46058598c76931f0
Cr-Commit-Position: refs/heads/master@{#353224}
Patch Set 1 #Patch Set 2 : replay is const now #Patch Set 3 : restore accidentally removed line #Patch Set 4 : #
Total comments: 15
Depends on Patchset: Messages
Total messages: 14 (4 generated)
|