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

Unified Diff: sky/engine/core/rendering/SubtreeLayoutScope.cpp

Issue 840483004: Get rid of the *AndFullPaintInvalidation methods. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/rendering/RenderText.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/SubtreeLayoutScope.cpp
diff --git a/sky/engine/core/rendering/SubtreeLayoutScope.cpp b/sky/engine/core/rendering/SubtreeLayoutScope.cpp
index c217e6608a12866210228bd85752313ab7714951..2d448713152bc94260d868ec368e1dfafaba7f70 100644
--- a/sky/engine/core/rendering/SubtreeLayoutScope.cpp
+++ b/sky/engine/core/rendering/SubtreeLayoutScope.cpp
@@ -55,7 +55,7 @@ SubtreeLayoutScope::~SubtreeLayoutScope()
void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant)
{
ASSERT(descendant->isDescendantOf(&m_root));
- descendant->setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, this);
+ descendant->setNeedsLayout(MarkContainingBlockChain, this);
}
void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant)
« no previous file with comments | « sky/engine/core/rendering/RenderText.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698