| Index: cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
| ===================================================================
|
| --- cc/CCScrollbarAnimationControllerLinearFadeTest.cpp (revision 160631)
|
| +++ cc/CCScrollbarAnimationControllerLinearFadeTest.cpp (working copy)
|
| @@ -34,9 +34,9 @@
|
| DebugScopedSetImplThread implThread;
|
|
|
| OwnPtr<CCScrollbarAnimationControllerLinearFade> m_scrollbarController;
|
| - scoped_ptr<CCLayerImpl> m_scrollLayer;
|
| + OwnPtr<CCLayerImpl> m_scrollLayer;
|
| CCLayerImpl* m_contentLayer;
|
| - scoped_ptr<CCScrollbarLayerImpl> m_scrollbarLayer;
|
| + OwnPtr<CCScrollbarLayerImpl> m_scrollbarLayer;
|
|
|
| };
|
|
|
|
|