| Index: cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| index ef948f70240281e52d786ac77921db06cef0ecf2..7d49fff840a0046dae61588e6ef996587a6574d7 100644
|
| --- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
| @@ -210,7 +210,7 @@ class LayerTreeHostNoMessageLoopDelegatedLayer
|
|
|
| private:
|
| scoped_ptr<DelegatedFrameData> CreateFrameDataWithResource(
|
| - ResourceProvider::ResourceId resource_id) {
|
| + ResourceId resource_id) {
|
| scoped_ptr<DelegatedFrameData> frame(new DelegatedFrameData);
|
| gfx::Rect frame_rect(size_);
|
|
|
|
|