 Chromium Code Reviews
 Chromium Code Reviews Issue 11091057:
  [cc] Use base ptr types for cc's CSS animation classes  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 11091057:
  [cc] Use base ptr types for cc's CSS animation classes  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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; |