| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index 196cbf9b3d6af364571960c31cd6a1890073446b..31759c8e2e879a11cd3019d8fe898f88df53c62a 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -75,7 +75,7 @@ public:
|
| void pushDelayedPaintInvalidationTarget(LayoutObject& obj) const { m_pendingDelayedPaintInvalidations.append(&obj); }
|
| Vector<LayoutObject*>& pendingDelayedPaintInvalidationTargets() const { return m_pendingDelayedPaintInvalidations; }
|
|
|
| - PaintLayer& enclosingSelfPaintingLayer(const LayoutObject&) const;
|
| + PaintLayer& paintingLayer() const;
|
|
|
| #if ENABLE(ASSERT)
|
| const LayoutObject& currentObject() const { return m_currentObject; }
|
| @@ -137,7 +137,7 @@ private:
|
|
|
| Vector<LayoutObject*>& m_pendingDelayedPaintInvalidations;
|
|
|
| - PaintLayer& m_enclosingSelfPaintingLayer;
|
| + PaintLayer& m_paintingLayer;
|
|
|
| #if ENABLE(ASSERT)
|
| bool m_didUpdateForChildren;
|
|
|