| Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| index 2f05d0acd47f26b3140f410cf064662264d33b2e..adf009bf1f4c5632996f4d75e465018fe32f536d 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| @@ -420,9 +420,9 @@ public:
|
| return m_layoutObject->documentBeingDestroyed();
|
| }
|
|
|
| - void invalidateDisplayItemClient(const DisplayItemClient& displayItemClient, PaintInvalidationReason reason)
|
| + void slowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(const DisplayItemClient& displayItemClient, PaintInvalidationReason reason)
|
| {
|
| - return m_layoutObject->invalidateDisplayItemClient(displayItemClient, reason);
|
| + return m_layoutObject->slowSetPaintingLayerNeedsRepaintAndInvalidateDisplayItemClient(displayItemClient, reason);
|
| }
|
|
|
| LayoutRect visualRect() const
|
|
|