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