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

Unified Diff: Source/core/dom/Node.h

Issue 1328013002: Add early out back to Node::updateDistribution(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: do it right. Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index dc0b0f822e42ab36d19932514ce099a62915f44f..f79902a4efdab957979f3e83e7e6e98ec124ca04 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -384,7 +384,6 @@ public:
void setNeedsStyleInvalidation();
void updateDistribution();
- void recalcDistribution();
bool svgFilterNeedsLayerUpdate() const { return getFlag(SVGFilterNeedsLayerUpdateFlag); }
void setSVGFilterNeedsLayerUpdate() { setFlag(SVGFilterNeedsLayerUpdateFlag); }
@@ -799,6 +798,8 @@ private:
bool isUserActionElementHovered() const;
bool isUserActionElementFocused() const;
+ void recalcDistribution();
+
void setStyleChange(StyleChangeType);
virtual ComputedStyle* nonLayoutObjectComputedStyle() const { return nullptr; }
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698