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 387058354128dc2e7c11ef76bba0ec84dd51844c..ba9865117d4388186b5d571d30fdee028a71d129 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -925,6 +925,8 @@ public: |
void firstLineStyleDidChange(const ComputedStyle& oldStyle, const ComputedStyle& newStyle); |
+ void clearBaseComputedStyle(); |
+ |
// This function returns an enclosing non-anonymous LayoutBlock for this |
// element. |
// This function is not always returning the containing block as defined by |