| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| index 9082ebd2c9584471e01e57b052734df1c24a861c..482c81ac2d87e24c4596e873db235391d02a72f6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| @@ -78,9 +78,10 @@ public:
|
|
|
| // These methods are called during painting.
|
|
|
| - // Provide a new set of paint properties to apply to recorded display items,
|
| - // for Slimming Paint v2.
|
| - void updateCurrentPaintProperties(const PaintProperties&);
|
| + // Provide a new set of paint chunk properties to apply to recorded display
|
| + // items, for Slimming Paint v2.
|
| + // TODO(pdr): This should be moved to PaintArtifact.
|
| + void updateCurrentPaintChunkProperties(const PaintChunkProperties&);
|
|
|
| template <typename DisplayItemClass, typename... Args>
|
| void createAndAppend(Args&&... args)
|
|
|