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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 393673003: Revert "Enforce clearing renderers' paint invalidation state" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 8f9b95c975006fe9bbb5797295cc998b3472814c..33a02b9964f80a8347189cdaec56d338d77ff802 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1029,9 +1029,6 @@ void FrameView::invalidateTreeIfNeeded()
resetScrollbarDamage();
m_doFullPaintInvalidation = false;
-#ifndef NDEBUG
- renderView()->assertSubtreeClearedPaintInvalidationState();
-#endif
}
DocumentLifecycle& FrameView::lifecycle() const
« no previous file with comments | « LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698