Index: cc/CCLayerImpl.h |
diff --git a/cc/CCLayerImpl.h b/cc/CCLayerImpl.h |
index 92cfbb2dc1afc024c6d8f434c584f6af2f765a13..1c3c368a7b30bc7ed9e8dbe496eac84364fa6b81 100644 |
--- a/cc/CCLayerImpl.h |
+++ b/cc/CCLayerImpl.h |
@@ -386,7 +386,7 @@ private: |
FloatRect m_updateRect; |
// Manages animations for this layer. |
- OwnPtr<CCLayerAnimationController> m_layerAnimationController; |
+ scoped_ptr<CCLayerAnimationController> m_layerAnimationController; |
// Manages scrollbars for this layer |
OwnPtr<CCScrollbarAnimationController> m_scrollbarAnimationController; |