| 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 77399b9ff8de0eda52d62997730a9844bbc0c8e2..c145735f4bc6cd2e5b884a03bc526ebf53653adc 100644
|
| --- a/cc/test/layer_tree_pixel_test.cc
|
| +++ b/cc/test/layer_tree_pixel_test.cc
|
| @@ -381,10 +381,4 @@
|
| texture_id));
|
| }
|
|
|
| -void LayerTreePixelTest::Finish() {
|
| - scoped_ptr<gpu::GLInProcessContext> context = CreateTestInProcessContext();
|
| - GLES2Interface* gl = context->GetImplementation();
|
| - gl->Finish();
|
| -}
|
| -
|
| } // namespace cc
|
|
|