| Index: cc/test/tiled_layer_test_common.h
|
| diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h
|
| index bcb5909672492e1c9990b2b5db6850344fa2a344..8344b3b19c0e3a1a16925ef8f7778026f39bf9fa 100644
|
| --- a/cc/test/tiled_layer_test_common.h
|
| +++ b/cc/test/tiled_layer_test_common.h
|
| @@ -11,8 +11,8 @@
|
| #include "cc/layer_updater.h"
|
| #include "cc/prioritized_texture.h"
|
| #include "cc/resource_provider.h"
|
| +#include "cc/resource_update_queue.h"
|
| #include "cc/texture_copier.h"
|
| -#include "cc/texture_update_queue.h"
|
| #include "cc/texture_uploader.h"
|
| #include "cc/tiled_layer.h"
|
| #include "cc/tiled_layer_impl.h"
|
| @@ -28,7 +28,7 @@ public:
|
| Resource(FakeLayerUpdater*, scoped_ptr<cc::PrioritizedTexture>);
|
| virtual ~Resource();
|
|
|
| - virtual void update(cc::TextureUpdateQueue&, const cc::IntRect&, const cc::IntSize&, bool, cc::RenderingStats&) OVERRIDE;
|
| + virtual void update(cc::ResourceUpdateQueue&, const cc::IntRect&, const cc::IntSize&, bool, cc::RenderingStats&) OVERRIDE;
|
|
|
| private:
|
| FakeLayerUpdater* m_layer;
|
|
|