Chromium Code Reviews| Index: Source/core/editing/EditingStyle.h |
| diff --git a/Source/core/editing/EditingStyle.h b/Source/core/editing/EditingStyle.h |
| index 0fe207156cca04249b406bebbe0428cea6631846..2ec070cf81347d24ad809b468961470b06db121c 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(Element*); |
|
esprehn
2014/05/29 21:32:10
Should take a reference.
|
| void forceInline(); |
| int legacyFontSize(Document*) const; |