Index: cc/test/tiled_layer_test_common.cc |
diff --git a/cc/test/tiled_layer_test_common.cc b/cc/test/tiled_layer_test_common.cc |
index 2279fe46ad25d8cc84cc59e04f976ac0e3054b90..0d52ad0c819f844aecc7f0de7542408a5644b8f7 100644 |
--- a/cc/test/tiled_layer_test_common.cc |
+++ b/cc/test/tiled_layer_test_common.cc |
@@ -13,7 +13,7 @@ using cc::RenderingStats; |
using cc::ResourceUpdate; |
using cc::ResourceUpdateQueue; |
-namespace WebKitTests { |
+namespace cc { |
FakeLayerUpdater::Resource::Resource(FakeLayerUpdater* layer, scoped_ptr<PrioritizedResource> texture) |
: LayerUpdater::Resource(texture.Pass()) |
@@ -73,8 +73,8 @@ scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::createResource(PrioritizedR |
return scoped_ptr<LayerUpdater::Resource>(new Resource(this, PrioritizedResource::create(manager))); |
} |
-FakeTiledLayerImpl::FakeTiledLayerImpl(int id) |
- : TiledLayerImpl(id) |
+FakeTiledLayerImpl::FakeTiledLayerImpl(LayerTreeHostImpl* hostImpl, int id) |
+ : TiledLayerImpl(hostImpl, id) |
{ |
} |