| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| index 1932051d611a5b163d4e55073e31ac7b50cf346a..cadcb799b92b6a8aba01e99fde347472d0953164 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -108,6 +108,7 @@ public:
|
| // True if the last display item is a begin that doesn't draw content.
|
| bool lastDisplayItemIsNoopBegin() const;
|
| void removeLastDisplayItem();
|
| + const DisplayItem* lastDisplayItem(unsigned offset);
|
|
|
| void beginSkippingCache() { ++m_skippingCacheCount; }
|
| void endSkippingCache() { DCHECK(m_skippingCacheCount > 0); --m_skippingCacheCount; }
|
|
|