| Index: Source/core/paint/ViewDisplayList.h
|
| diff --git a/Source/core/paint/ViewDisplayList.h b/Source/core/paint/ViewDisplayList.h
|
| index 03e13ba8bcc122acb6fdaecf70484ee9d604658b..fd726b7b31de86e4241f91c29aa41b8a989ecd56 100644
|
| --- a/Source/core/paint/ViewDisplayList.h
|
| +++ b/Source/core/paint/ViewDisplayList.h
|
| @@ -93,11 +93,12 @@ public:
|
| #endif
|
|
|
| private:
|
| - bool isRepaint(PaintList::iterator, const DisplayItem&);
|
| - // Update m_paintList with any invalidations or new paints.
|
| + PaintList::iterator wasUninvalidatedRepaint(PaintList::iterator, const DisplayItem&);
|
| + bool wasInvalidated(const DisplayItem&) const;
|
| void updatePaintList();
|
|
|
| PaintList m_paintList;
|
| + HashSet<const RenderObject*> m_paintListRenderers;
|
| HashSet<const RenderObject*> m_invalidated;
|
| PaintList m_newPaints;
|
| };
|
|
|