Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / gpu / gpu_process_host.cc
index eb0b254..8c7a882 100644 (file)
@@ -1082,7 +1082,6 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
     switches::kDisableAcceleratedVideoDecode,
     switches::kDisableBreakpad,
     switches::kDisableGLDrawingForTests,
-    switches::kDisableGLMultisampling,
     switches::kDisableGpuSandbox,
     switches::kDisableGpuWatchdog,
     switches::kDisableLogging,
@@ -1144,6 +1143,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
   process_->Launch(
 #if defined(OS_WIN)
       new GpuSandboxedProcessLauncherDelegate(cmd_line),
+      false,
 #elif defined(OS_POSIX)
       false,
       base::EnvironmentMap(),