Chromium Code Reviews| Index: content/common/sandbox_linux/bpf_gpu_policy_linux.cc |
| diff --git a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc |
| index 71efae7c4af0ab2c572499f154ffa6b405b6d38e..d4c545c18d12dd8f0fbec0eae35c88bf2d542503 100644 |
| --- a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc |
| +++ b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc |
| @@ -233,6 +233,7 @@ bool GpuProcessPolicy::PreSandboxHook() { |
| dlopen(I965DrvVideoPath, RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE); |
| dlopen("libva.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE); |
| dlopen("libva-x11.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE); |
| + dlopen("libva-drm.so.1", RTLD_NOW | RTLD_GLOBAL | RTLD_NODELETE); |
|
jiajia.qin
2014/09/16 11:09:55
Just curious: why here still need to add this line
llandwerlin-old
2014/09/16 12:28:59
For the same reason there is the libva-x11.so.1 th
|
| } |
| } |