summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_switches.cc')
-rw-r--r--ui/gfx/gl/gl_switches.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/gfx/gl/gl_switches.cc b/ui/gfx/gl/gl_switches.cc
index eb095eb..2fed5ee 100644
--- a/ui/gfx/gl/gl_switches.cc
+++ b/ui/gfx/gl/gl_switches.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,8 +39,4 @@ const char kSwiftShaderPath[] = "swiftshader-path";
// context will never be lost in any situations, say, a GPU reset.
const char kGpuNoContextLost[] = "gpu-no-context-lost";
-// Flag used for Linux tests: for desktop GL bindings, try to load this GL
-// library first, but fall back to regular library if loading fails.
-const char kTestGLLib[] = "test-gl-lib";
-
} // namespace switches