| Index: third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| index 1cdc4369c8b71739a8d7438bb448457873749132..d18ec7ebda1fcac21267326533901a38701fa91d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -// A placeholder of a DrawingDisplayItem or a subtree in the new paint list of DisplayItemList,
|
| +// A placeholder of a DrawingDisplayItem or a subtree in the new paint DisplayItems,
|
| // to indicate that the DrawingDisplayItem/subtree has not been changed and should be replaced with
|
| // the cached DrawingDisplayItem/subtree when merging new paint list to cached paint list.
|
| class CachedDisplayItem final : public DisplayItem {
|
|
|