| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index fd436ae85983d76fb7c3fbab6c1dd66de11be457..11055c9e055a9c02152a09908e9d4cfdd3f940b4 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -205,7 +205,7 @@ class GpuSandboxedProcessLauncherDelegate
|
| bool PreSpawnTarget(sandbox::TargetPolicy* policy) override {
|
| if (base::win::GetVersion() > base::win::VERSION_XP) {
|
| if (cmd_line_->GetSwitchValueASCII(switches::kUseGL) ==
|
| - gfx::kGLImplementationDesktopName) {
|
| + gl::kGLImplementationDesktopName) {
|
| // Open GL path.
|
| policy->SetTokenLevel(sandbox::USER_RESTRICTED_SAME_ACCESS,
|
| sandbox::USER_LIMITED);
|
|
|