Index: cc/trees/layer_tree_host_unittest_context.cc |
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc |
index 71c9ea0fe632e32aa795d582509bd03ce9f6bbdb..df908d5ecfdd72da8fe0272bc07cde6769395372 100644 |
--- a/cc/trees/layer_tree_host_unittest_context.cc |
+++ b/cc/trees/layer_tree_host_unittest_context.cc |
@@ -998,10 +998,9 @@ class LayerTreeHostContextTestDontUseLostResources |
delegated_frame_provider_ = new DelegatedFrameProvider( |
delegated_resource_collection_.get(), frame_data.Pass()); |
- ResourceProvider::ResourceId resource = |
- child_resource_provider_->CreateResource( |
- gfx::Size(4, 4), GL_CLAMP_TO_EDGE, |
- ResourceProvider::TEXTURE_HINT_IMMUTABLE, RGBA_8888); |
+ ResourceId resource = child_resource_provider_->CreateResource( |
+ gfx::Size(4, 4), GL_CLAMP_TO_EDGE, |
+ ResourceProvider::TEXTURE_HINT_IMMUTABLE, RGBA_8888); |
ResourceProvider::ScopedWriteLockGL lock(child_resource_provider_.get(), |
resource); |