| Index: cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
| diff --git a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
| index d4b7860000901bdc0416b0237505c55fafe8719d..e586214fdbf356dd8e19c0ef2f2acf82104746c0 100644
|
| --- a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
| +++ b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
| @@ -34,9 +34,9 @@ protected:
|
| DebugScopedSetImplThread implThread;
|
|
|
| OwnPtr<CCScrollbarAnimationControllerLinearFade> m_scrollbarController;
|
| - OwnPtr<CCLayerImpl> m_scrollLayer;
|
| + scoped_ptr<CCLayerImpl> m_scrollLayer;
|
| CCLayerImpl* m_contentLayer;
|
| - OwnPtr<CCScrollbarLayerImpl> m_scrollbarLayer;
|
| + scoped_ptr<CCScrollbarLayerImpl> m_scrollbarLayer;
|
|
|
| };
|
|
|
|
|