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..426b177efa83c9192b78637bf1060de9663c4f8f 100644 |
--- a/cc/test/tiled_layer_test_common.h |
+++ b/cc/test/tiled_layer_test_common.h |
@@ -12,7 +12,7 @@ |
#include "cc/prioritized_texture.h" |
#include "cc/resource_provider.h" |
#include "cc/texture_copier.h" |
-#include "cc/texture_update_queue.h" |
+#include "cc/resource_update_queue.h" |
enne (OOO)
2012/10/25 20:54:30
Sorting.
reveman
2012/10/25 21:07:45
Done.
|
#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; |