| Index: cc/CCDelegatedRendererLayerImplTest.cpp
|
| diff --git a/cc/CCDelegatedRendererLayerImplTest.cpp b/cc/CCDelegatedRendererLayerImplTest.cpp
|
| index 1366c99625173100b9e96d2666443aab1a1cfa3e..312a3d31f382e03c38c66aeeb8df2171a4437760 100644
|
| --- a/cc/CCDelegatedRendererLayerImplTest.cpp
|
| +++ b/cc/CCDelegatedRendererLayerImplTest.cpp
|
| @@ -50,7 +50,7 @@ public:
|
| virtual void onCanDrawStateChanged(bool) OVERRIDE { }
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE { }
|
| virtual void setNeedsCommitOnImplThread() OVERRIDE { }
|
| - virtual void postAnimationEventsToMainThreadOnImplThread(PassOwnPtr<CCAnimationEventsVector>, double wallClockTime) OVERRIDE { }
|
| + virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<CCAnimationEventsVector>, double wallClockTime) OVERRIDE { }
|
| virtual void releaseContentsTexturesOnImplThread() OVERRIDE { }
|
|
|
| protected:
|
|
|