Chromium Code Reviews| Index: cc/CCLayerImpl.h |
| =================================================================== |
| --- cc/CCLayerImpl.h (revision 161134) |
| +++ cc/CCLayerImpl.h (working copy) |
| @@ -387,7 +387,7 @@ |
| FloatRect m_updateRect; |
| // Manages animations for this layer. |
| - scoped_ptr<CCLayerAnimationController> m_layerAnimationController; |
| + OwnPtr<CCLayerAnimationController> m_layerAnimationController; |
| // Manages scrollbars for this layer |
| OwnPtr<CCScrollbarAnimationController> m_scrollbarAnimationController; |