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

Unified Diff: chrome/common/sandbox_init_wrapper_mac.cc

Issue 1328001: Added command buffer implementation of WebGL which runs in the sandbox.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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: chrome/common/sandbox_init_wrapper_mac.cc
===================================================================
--- chrome/common/sandbox_init_wrapper_mac.cc (revision 42776)
+++ chrome/common/sandbox_init_wrapper_mac.cc (working copy)
@@ -41,7 +41,8 @@
sandbox_process_type = sandbox::SANDBOX_TYPE_WORKER;
} else if ((process_type == switches::kNaClLoaderProcess) ||
(process_type == switches::kPluginProcess) ||
- (process_type == switches::kProfileImportProcess)) {
+ (process_type == switches::kProfileImportProcess) ||
+ (process_type == switches::kGpuProcess)) {
return true;
} else {
// Failsafe: If you hit an unreached here, is your new process type in need

Powered by Google App Engine
This is Rietveld 408576698