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

Unified Diff: Source/core/rendering/RenderBox.cpp

Issue 348073002: Rename InvalidationSelfLayout to InvalidationFull (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/core/rendering/LayoutRepainter.cpp ('k') | Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderBox.cpp
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
index aa1217e66176cb9b2846b5f1a82fb33696a7f463..e6a06d4cc97ffa0d79910954a09cb167f3ee3c10 100644
--- a/Source/core/rendering/RenderBox.cpp
+++ b/Source/core/rendering/RenderBox.cpp
@@ -1603,7 +1603,8 @@ void RenderBox::invalidateTreeAfterLayout(const RenderLayerModelObject& paintInv
const LayoutRect& newPaintInvalidationRect = previousPaintInvalidationRect();
const LayoutPoint& newPositionFromPaintInvalidationContainer = previousPositionFromPaintInvalidationContainer();
bool didFullPaintInvalidation = invalidatePaintAfterLayoutIfNeeded(&newPaintInvalidationContainer,
- shouldDoFullPaintInvalidationAfterLayout(), oldPaintInvalidationRect, oldPositionFromPaintInvalidationContainer,
+ shouldDoFullPaintInvalidationAfterLayout() ? InvalidationFull : InvalidationIncremental,
+ oldPaintInvalidationRect, oldPositionFromPaintInvalidationContainer,
&newPaintInvalidationRect, &newPositionFromPaintInvalidationContainer);
if (!didFullPaintInvalidation)
« no previous file with comments | « Source/core/rendering/LayoutRepainter.cpp ('k') | Source/core/rendering/RenderFrameSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698