Index: Source/core/editing/EditingStyle.h |
diff --git a/Source/core/editing/EditingStyle.h b/Source/core/editing/EditingStyle.h |
index c9aca38f0372140a4d5c990a4edf525abb6f429c..d5ca8cf0c069af7ccae666f2160ee9dcbc7da979 100644 |
--- a/Source/core/editing/EditingStyle.h |
+++ b/Source/core/editing/EditingStyle.h |
@@ -132,6 +132,7 @@ public: |
void mergeStyleFromRulesForSerialization(Element*); |
void removeStyleFromRulesAndContext(Element*, Node* context); |
void removePropertiesInElementDefaultStyle(Element*); |
+ void addAbsolutePositioningFromElement(const Element&); |
void forceInline(); |
int legacyFontSize(Document*) const; |