| Index: third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| index b1cd38f332f1b5d52d96c47f36680fffc0a35073..45a475f4203abfcbe8d1a26d5bfde6b093e67a32 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| @@ -214,8 +214,8 @@ class LayoutItem {
|
| return m_layoutObject->resolveColor(colorProperty);
|
| }
|
|
|
| - const ObjectPaintProperties* objectPaintProperties() const {
|
| - return m_layoutObject->objectPaintProperties();
|
| + const ObjectPaintProperties* paintProperties() const {
|
| + return m_layoutObject->paintProperties();
|
| }
|
|
|
| void invalidatePaintRectangle(const LayoutRect& dirtyRect) const {
|
|
|