| 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 70fed8de09b15bb2ec6f67495f5337fed8ef6510..a96cf45cf3110a3d95928e187bd295b197796343 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| @@ -434,6 +434,11 @@ public:
|
| m_layoutObject->setShouldDoFullPaintInvalidation();
|
| }
|
|
|
| + void slowSetPaintingLayerNeedsRepaint()
|
| + {
|
| + m_layoutObject->slowSetPaintingLayerNeedsRepaint();
|
| + }
|
| +
|
| struct LineLayoutItemHash {
|
| STATIC_ONLY(LineLayoutItemHash);
|
| static unsigned hash(const LineLayoutItem& key) { return WTF::PtrHash<LayoutObject>::hash(key.m_layoutObject); }
|
|
|