| Index: cc/test/layer_tree_pixel_test.cc | 
| diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc | 
| index 23bfcf22dcb1e8186e3933c2e19030485c9516a0..8a053fabb188072b989688452edd8d905168f1b4 100644 | 
| --- a/cc/test/layer_tree_pixel_test.cc | 
| +++ b/cc/test/layer_tree_pixel_test.cc | 
| @@ -35,8 +35,7 @@ LayerTreePixelTest::LayerTreePixelTest() | 
|  | 
| LayerTreePixelTest::~LayerTreePixelTest() {} | 
|  | 
| -scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface( | 
| -    bool fallback) { | 
| +scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface() { | 
| gfx::Size surface_expansion_size(40, 60); | 
| scoped_ptr<PixelTestOutputSurface> output_surface; | 
|  | 
|  |