Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #215 from pozdnyakov/XWALK_2789
Browse files Browse the repository at this point in the history
Fix GPU process crash
  • Loading branch information
rakuco committed Nov 28, 2014
2 parents abbaeb8 + 17ac09e commit ea46c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/common/sandbox_linux/bpf_gpu_policy_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ bool GpuProcessPolicy::PreSandboxHook() {

#if defined(OS_TIZEN)
if (IsArchitectureX86_64()) {
// TODO(halton): Add 64-bit VA driver when 64-bit Tizen support
// is ready.
return false;
I965DrvVideoPath = "/usr/lib64/dri/i965_dri.so";
} else if (IsArchitectureI386()) {
I965DrvVideoPath = "/usr/lib/dri/i965_dri.so";
}
Expand Down

0 comments on commit ea46c0b

Please sign in to comment.