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

Unified Diff: Source/core/page/PageAnimator.cpp

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add LocalFrame::detachView() + more Oilpan frame finalization comments Created 6 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
Index: Source/core/page/PageAnimator.cpp
diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp
index f4fd44e6b752a46f9bf4bffab7cf4c808791c3d2..8d9eefabb6f24df937ea357cc88269755e02eb6e 100644
--- a/Source/core/page/PageAnimator.cpp
+++ b/Source/core/page/PageAnimator.cpp
@@ -66,7 +66,6 @@ void PageAnimator::scheduleVisualUpdate()
void PageAnimator::updateLayoutAndStyleForPainting(LocalFrame* rootFrame)
{
RefPtr<FrameView> view = rootFrame->view();
-
TemporaryChange<bool> servicing(m_updatingLayoutAndStyleForPainting, true);
// In order for our child HWNDs (NativeWindowWidgets) to update properly,

Powered by Google App Engine
This is Rietveld 408576698