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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Fix DOM object leaks. Diff this against Patch Set 10. Created 3 years, 9 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/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index a81c4447504eac6862e5716524517fc60d42c3dc..f3b0e9cf2281fb52719b44864c98d89abdf1bb35 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -4790,7 +4790,6 @@ void FrameView::updateViewportIntersectionsForSubtree(
updateRenderThrottlingStatus(m_hiddenForThrottling, m_subtreeThrottled,
DontForceThrottlingInvalidation,
DontNotifyChildren);
- DCHECK(!canThrottleRendering());
}
for (Frame* child = m_frame->tree().firstChild(); child;

Powered by Google App Engine
This is Rietveld 408576698