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

Unified Diff: Source/platform/scroll/ScrollableArea.cpp

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add ~Scrollbar assert 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/platform/scroll/ScrollableArea.cpp
diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
index d6b9c4c45b92570aadc57c85f1a7b2e48c3674b4..2e2d6b6b2161635c4204ecf6d35f2b9ff467fd6b 100644
--- a/Source/platform/scroll/ScrollableArea.cpp
+++ b/Source/platform/scroll/ScrollableArea.cpp
@@ -93,6 +93,7 @@ ScrollAnimator* ScrollableArea::scrollAnimator() const
m_animators = adoptPtr(new ScrollableAreaAnimators);
if (!m_animators->scrollAnimator)
+
haraken 2014/09/29 14:16:36 mis-edit.
m_animators->scrollAnimator = ScrollAnimator::create(const_cast<ScrollableArea*>(this));
return m_animators->scrollAnimator.get();

Powered by Google App Engine
This is Rietveld 408576698