Index: cc/test/CCTiledLayerTestCommon.h |
diff --git a/cc/test/CCTiledLayerTestCommon.h b/cc/test/CCTiledLayerTestCommon.h |
index a36e9837735188e7d326c16d4bb616aef53793df..884dbd2f389353304faa1479bbf096e7d253f678 100644 |
--- a/cc/test/CCTiledLayerTestCommon.h |
+++ b/cc/test/CCTiledLayerTestCommon.h |
@@ -130,7 +130,8 @@ protected: |
class FakeTextureUploader : public cc::TextureUploader { |
public: |
- virtual size_t numPendingUploads() OVERRIDE; |
+ virtual size_t numBlockingUploads() OVERRIDE; |
+ virtual void markPendingUploadsAsNonBlocking() OVERRIDE; |
virtual double estimatedTexturesPerSecond() OVERRIDE; |
virtual void beginUploads() OVERRIDE { } |
virtual void endUploads() OVERRIDE { } |