| Index: cc/CCTextureUpdateControllerTest.cpp
|
| diff --git a/cc/CCTextureUpdateControllerTest.cpp b/cc/CCTextureUpdateControllerTest.cpp
|
| index 610e6d3363541df6f11c5e95993458e38dae9303..f74ee8e6c123838a5fdca07091c7eff00332c070 100644
|
| --- a/cc/CCTextureUpdateControllerTest.cpp
|
| +++ b/cc/CCTextureUpdateControllerTest.cpp
|
| @@ -65,8 +65,8 @@ private:
|
|
|
| class TextureForUploadTest : public LayerTextureUpdater::Texture {
|
| public:
|
| - TextureForUploadTest()
|
| - : LayerTextureUpdater::Texture(nullptr)
|
| + TextureForUploadTest()
|
| + : LayerTextureUpdater::Texture(scoped_ptr<CCPrioritizedTexture>())
|
| , m_evicted(false)
|
| {
|
| }
|
|
|