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..68443768e99a916d559ae1d1787795f7d3c42657 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -650,6 +650,8 @@ private: |
void setInlineStyleFromString(const AtomicString&); |
StyleRecalcChange recalcOwnStyle(StyleRecalcChange); |
+ // TODO(nainar): Make this const ComputedStyle*. |
Timothy Loh
2016/07/08 04:22:32
* -> &?
nainar
2016/07/08 05:46:52
Done.
|
+ StyleRecalcChange buildOwnLayout(ComputedStyle&); |
inline void checkForEmptyStyleChange(); |