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 57c780b7aca1b1cc6386b14b71949fbd02139c1f..b379afe4977c6af788e6107dcc96dbfa18434ad4 100644 |
--- a/cc/trees/layer_tree_host_unittest_context.cc |
+++ b/cc/trees/layer_tree_host_unittest_context.cc |
@@ -1455,8 +1455,8 @@ class ScrollbarLayerLostContext : public LayerTreeHostContextTest { |
virtual void BeginTest() OVERRIDE { |
scoped_refptr<Layer> scroll_layer = Layer::Create(); |
- scrollbar_layer_ = |
- FakePaintedScrollbarLayer::Create(false, true, scroll_layer->id()); |
+ scrollbar_layer_ = FakePaintedScrollbarLayer::Create( |
+ false, true, scroll_layer->id()); |
scrollbar_layer_->SetBounds(gfx::Size(10, 100)); |
layer_tree_host()->root_layer()->AddChild(scrollbar_layer_); |
layer_tree_host()->root_layer()->AddChild(scroll_layer); |