| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index f7f089051fd3e46ba264477d375a8bcc19f4a165..611b2824ff5b946fa28912438a07c090423f923e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -260,7 +260,7 @@ public:
|
| // supply this to the DisplayItem constructor.
|
| size_t derivedSize() const { return m_derivedSize; }
|
|
|
| - // For DisplayItemList only. Painters should use DisplayItemCacheSkipper instead.
|
| + // For PaintController only. Painters should use DisplayItemCacheSkipper instead.
|
| void setSkippedCache() { m_skippedCache = true; }
|
| bool skippedCache() const { return m_skippedCache; }
|
|
|
|
|