Chromium Code Reviews| Index: cc/CCLayerImpl.h |
| diff --git a/cc/CCLayerImpl.h b/cc/CCLayerImpl.h |
| index 665b000d4bb8783e7a2a50eedb82d8fb3ff27c4d..441ef6e50d00c8b692f1404c92112b63fb6215db 100644 |
| --- a/cc/CCLayerImpl.h |
| +++ b/cc/CCLayerImpl.h |
| @@ -387,7 +387,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; |