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..f6240585e573cb6a44209efcabdbeff35a01b0ce 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(ComputedStyle*); |
sashab
2016/07/05 23:28:55
TODO(nainar): Make this const ComputedStyle*.
Bugs Nash
2016/07/06 00:24:26
Would PassRefPtr be better than raw ptr?
nainar
2016/07/06 00:52:09
Done.
sashab
2016/07/06 02:17:25
From https://webkit.org/blog/5381/refptr-basics/:
|
inline void checkForEmptyStyleChange(); |