| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index 7b4230a0ef94d37d17131308acb4a6a8c581d8d1..2b2a84d63dfabf67c91ffaca32a5b8e3f720aa1c 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -1556,7 +1556,7 @@ void EvictionTestLayer::Update(ResourceUpdateQueue* queue, const OcclusionTracke
|
| gfx::Rect fullRect(0, 0, 10, 10);
|
| ResourceUpdate upload = ResourceUpdate::Create(
|
| m_texture.get(), &m_bitmap, fullRect, fullRect, gfx::Vector2d());
|
| - queue->appendFullUpload(upload);
|
| + queue->AppendFullUpload(upload);
|
| }
|
|
|
| scoped_ptr<LayerImpl> EvictionTestLayer::CreateLayerImpl(LayerTreeImpl* treeImpl)
|
|
|