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