summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_main.cc
diff options
context:
space:
mode:
authorbajones <bajones@chromium.org>2015-07-23 15:57:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 22:58:30 +0000
commit29443deeb43de94ed4c8cd38329f1527e4641d03 (patch)
tree4c865e444d7e2c153736f86cb0893144b53118cc /content/gpu/gpu_main.cc
parent604c57d13b4596ec7a612f93507914e92b3bd2a1 (diff)
downloadchromium_src-29443deeb43de94ed4c8cd38329f1527e4641d03.zip
chromium_src-29443deeb43de94ed4c8cd38329f1527e4641d03.tar.gz
chromium_src-29443deeb43de94ed4c8cd38329f1527e4641d03.tar.bz2
Allow WebGL on Android if the GPU has it's own process
BUG=512992 Review URL: https://codereview.chromium.org/1247093006 Cr-Commit-Position: refs/heads/master@{#340198}
Diffstat (limited to 'content/gpu/gpu_main.cc')
-rw-r--r--content/gpu/gpu_main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index e93f30f..7820638 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -225,6 +225,7 @@ int GpuMain(const MainFunctionParams& parameters) {
// Get vendor_id, device_id, driver_version from browser process through
// commandline switches.
GetGpuInfoFromCommandLine(gpu_info, command_line);
+ gpu_info.in_process_gpu = false;
#if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY)
VaapiWrapper::PreSandboxInitialization();