| Index: cc/test/CCTiledLayerTestCommon.h
|
| diff --git a/cc/test/CCTiledLayerTestCommon.h b/cc/test/CCTiledLayerTestCommon.h
|
| index c708d1d29072c6be23ca3114da716ceb6796d55b..7cfa93b5ffcbd225edfe0561cb00f06276971a34 100644
|
| --- a/cc/test/CCTiledLayerTestCommon.h
|
| +++ b/cc/test/CCTiledLayerTestCommon.h
|
| @@ -127,11 +127,6 @@ protected:
|
| cc::IntSize m_forcedContentBounds;
|
| };
|
|
|
| -class FakeTextureCopier : public cc::TextureCopier {
|
| -public:
|
| - virtual void copyTexture(Parameters) OVERRIDE { }
|
| - virtual void flush() OVERRIDE { }
|
| -};
|
|
|
| class FakeTextureUploader : public cc::TextureUploader {
|
| public:
|
|
|