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 28cd5e5d80a31632aeb0b57cd8fbb15afc55fdd5..2f05d0acd47f26b3140f410cf064662264d33b2e 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) |
+ void invalidateDisplayItemClient(const DisplayItemClient& displayItemClient, PaintInvalidationReason reason) |
{ |
- return m_layoutObject->invalidateDisplayItemClient(displayItemClient); |
+ return m_layoutObject->invalidateDisplayItemClient(displayItemClient, reason); |
} |
LayoutRect visualRect() const |