| Index: gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc b/gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc
|
| index 6072177622d366a23050280265db72e0d86f8b9c..a0e4d54e3ef8e09936c9d661c68cd9b6ad484084 100644
|
| --- a/gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc
|
| @@ -304,10 +304,6 @@ TEST_F(GLVirtualContextsTest, VirtualQueries) {
|
| const GLenum query_targets[] = {
|
| GL_ANY_SAMPLES_PASSED_EXT,
|
| GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT,
|
| - // TODO(dyen): (http://crbug.com/514124) Figure out a way to test this,
|
| - // the function AsyncPixelTransferManagerEGL::AsyncNotifyCompletion
|
| - // completes asynchronously.
|
| - // GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM,
|
| GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM,
|
| GL_COMMANDS_COMPLETED_CHROMIUM,
|
| GL_COMMANDS_ISSUED_CHROMIUM,
|
|
|