Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: gpu/ipc/client/gpu_context_tests.h

Issue 1935783002: Delete blink::WebGraphicsContext3D and cc_blink::ContextProviderWebContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sharegroup
Patch Set: rmwgc3d: export Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698