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 0272622cf2afd04c7ebc7b15133b57ad63616571..52203ef7d78deed99d9c2e611e0d0a1adbd08440 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -2136,6 +2136,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
LayoutObject* slowPaintInvalidationParentForTesting() const; |
void invalidatePaintForSelection(); |
+ void applyPseudoStyleChanges(const ComputedStyle& oldStyle); |
+ void applyFirstLineChanges(const ComputedStyle& oldStyle); |
RefPtr<ComputedStyle> m_style; |