| Index: content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc
|
| diff --git a/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc
|
| index 4fd335b2e0d00efb38dc5e0e0c2dcdb9d1b44c74..e8264cfe04e28257098fd19d316f385e634f429d 100644
|
| --- a/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc
|
| +++ b/content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc
|
| @@ -172,7 +172,7 @@ std::unique_ptr<SandboxBPFBasePolicy> GetGpuProcessSandbox() {
|
| } else {
|
| bool allow_mincore = command_line.HasSwitch(switches::kUseGL) &&
|
| command_line.GetSwitchValueASCII(switches::kUseGL) ==
|
| - gfx::kGLImplementationEGLName;
|
| + gl::kGLImplementationEGLName;
|
| return std::unique_ptr<SandboxBPFBasePolicy>(
|
| new GpuProcessPolicy(allow_mincore));
|
| }
|
|
|