| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index b4f44f69ab315b1ce74c2666db648340fdec9ac8..5c4710f70dcd529f0ad6677e85d0bac7f11f5d6d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1386,6 +1386,8 @@ public:
|
| class MutableForPainting {
|
| public:
|
| void setPreviousPaintOffset(const LayoutPoint& paintOffset) { m_layoutObject.setPreviousPaintOffset(paintOffset); }
|
| + ObjectPaintProperties& ensureObjectPaintProperties() { return m_layoutObject.ensureObjectPaintProperties(); }
|
| + void clearObjectPaintProperties() { m_layoutObject.clearObjectPaintProperties(); }
|
|
|
| private:
|
| friend class LayoutObject;
|
|
|