Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index 0cc727779c3f23970d0b5af2ba0efe72fe275fbf..1843c659622c9511722bc60b1bd0c2ccc9ef25fa 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -650,6 +650,7 @@ private: |
void setInlineStyleFromString(const AtomicString&); |
StyleRecalcChange recalcOwnStyle(StyleRecalcChange); |
+ StyleRecalcChange buildOwnLayout(); |
inline void checkForEmptyStyleChange(); |