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

Unified Diff: Source/core/paint/DeprecatedPaintLayer.h

Issue 1215973002: Oilpan: improve ScrollableArea handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clear out animators on DeprecatedPaintLayerScrollableArea dispose Created 5 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
Index: Source/core/paint/DeprecatedPaintLayer.h
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h
index 7b85b3484b2e4b7e06576b3930379929c2c3858c..5b8b6dfef6119a9c4e04401781a1304f77fb0663 100644
--- a/Source/core/paint/DeprecatedPaintLayer.h
+++ b/Source/core/paint/DeprecatedPaintLayer.h
@@ -700,7 +700,7 @@ private:
IntRect m_blockSelectionGapsBounds;
OwnPtr<CompositedDeprecatedPaintLayerMapping> m_compositedDeprecatedPaintLayerMapping;
- OwnPtr<DeprecatedPaintLayerScrollableArea> m_scrollableArea;
+ OwnPtrWillBePersistent<DeprecatedPaintLayerScrollableArea> m_scrollableArea;
CompositedDeprecatedPaintLayerMapping* m_groupedMapping;

Powered by Google App Engine
This is Rietveld 408576698