| 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 d57ddf6483fd17bce36245854d7c79ce03a987dc..11f0a306aedea2ec64ddff721b32b704971d9eb6 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -68,7 +68,7 @@ public:
|
| bool viewClippingAndScrollOffsetDisabled() const { return m_viewClippingAndScrollOffsetDisabled; }
|
| void setViewClippingAndScrollOffsetDisabled(bool b) { m_viewClippingAndScrollOffsetDisabled = b; }
|
|
|
| - PaintLayer& enclosingLayer(const LayoutObject&) const;
|
| + PaintLayer& enclosingSelfPaintingLayer(const LayoutObject&) const;
|
|
|
| private:
|
| PaintInvalidationState(const LayoutView&, Vector<LayoutObject*>& pendingDelayedPaintInvalidations, PaintInvalidationState* ownerPaintInvalidationState);
|
| @@ -101,7 +101,7 @@ private:
|
|
|
| Vector<LayoutObject*>& m_pendingDelayedPaintInvalidations;
|
|
|
| - PaintLayer& m_enclosingLayer;
|
| + PaintLayer& m_enclosingSelfPaintingLayer;
|
| };
|
|
|
| } // namespace blink
|
|
|