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

Unified Diff: gpu/command_buffer/service/gpu_switches.cc

Issue 769703005: Move AW renderer compositor context to gpu thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready Created 5 years, 11 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/command_buffer/service/gpu_switches.cc
diff --git a/gpu/command_buffer/service/gpu_switches.cc b/gpu/command_buffer/service/gpu_switches.cc
index a2d43e9c4dfd7f18772d7dbe47f2dcfb9266a4dd..23f329c1ca080b8b44caacb6a3a814c6925d6e58 100644
--- a/gpu/command_buffer/service/gpu_switches.cc
+++ b/gpu/command_buffer/service/gpu_switches.cc
@@ -65,6 +65,9 @@ const char kEnableSubscribeUniformExtension[] =
const char kEnableThreadedTextureMailboxes[] =
"enable-threaded-texture-mailboxes";
+const char kEnableAsyncPixelWithThreadedTextureMailboxes[] =
+ "enable-async-pixel-with-threaded-texture-mailboxes";
+
// Enable OpenGL ES 3 APIs without proper service side validation.
const char kEnableUnsafeES3APIs[] = "enable-unsafe-es3-apis";

Powered by Google App Engine
This is Rietveld 408576698