| Index: cc/test/CCTiledLayerTestCommon.h
|
| diff --git a/cc/test/CCTiledLayerTestCommon.h b/cc/test/CCTiledLayerTestCommon.h
|
| index c708d1d29072c6be23ca3114da716ceb6796d55b..efd12f641b5a1fd31901f8773d3352f0443d3af4 100644
|
| --- a/cc/test/CCTiledLayerTestCommon.h
|
| +++ b/cc/test/CCTiledLayerTestCommon.h
|
| @@ -136,6 +136,7 @@ public:
|
| class FakeTextureUploader : public cc::TextureUploader {
|
| public:
|
| virtual bool isBusy() OVERRIDE;
|
| + virtual double estimatedPixelsPerSecond() OVERRIDE { std::numeric_limits<double>::max(); };
|
| virtual void beginUploads() OVERRIDE { }
|
| virtual void endUploads() OVERRIDE { }
|
| virtual void uploadTexture(cc::CCResourceProvider*, Parameters upload) OVERRIDE;
|
|
|