Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2727233005: Remove calls to styleForLayoutObject() in LayoutTreeBuilder::style() (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4e02a9918331fa31af5caa34ed10c06e752c7849..f570993188fd25295d49c670dc7491fc0cc20597 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -418,6 +418,7 @@ class CORE_EXPORT Element : public ContainerNode {
virtual bool layoutObjectIsNeeded(const ComputedStyle&);
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = nullptr);
void rebuildLayoutTree();
+ void recalcStyleForLayout();
void pseudoStateChanged(CSSSelector::PseudoType);
void setAnimationStyleChange(bool);
void clearAnimationStyleChange();
@@ -849,6 +850,8 @@ class CORE_EXPORT Element : public ContainerNode {
StyleRecalcChange recalcOwnStyle(StyleRecalcChange, Text*);
void reattachPseudoElementLayoutTree(PseudoId);
void rebuildShadowRootLayoutTree();
+ void recalcOwnStyleForLayout();
+ void recalcShadowRootStylesForLayout();
inline void checkForEmptyStyleChange();
void updatePseudoElement(PseudoId, StyleRecalcChange);

Powered by Google App Engine
This is Rietveld 408576698