| Index: gpu/ipc/client/gpu_context_tests.h
|
| diff --git a/gpu/ipc/client/gpu_context_tests.h b/gpu/ipc/client/gpu_context_tests.h
|
| index 9687c4a057e0f999e891e22a2f8f286021062a5c..cced50c00b94d7a40bd3611967884fb495a27537 100644
|
| --- a/gpu/ipc/client/gpu_context_tests.h
|
| +++ b/gpu/ipc/client/gpu_context_tests.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // These tests are run twice:
|
| -// Once in a gpu test with an in-process WebGraphicsContext3D.
|
| -// Once in a browsertest with a gpu-process WebGraphicsContext3D.
|
| +// Once in a gpu test with an in-process command buffer.
|
| +// Once in a browsertest with an out-of-process command buffer and gpu-process.
|
|
|
| #include "base/bind.h"
|
| #include "base/run_loop.h"
|
|
|