summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_implementation.h')
-rw-r--r--ui/gfx/gl/gl_implementation.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/gfx/gl/gl_implementation.h b/ui/gfx/gl/gl_implementation.h
index f357b31..c3e3ca4 100644
--- a/ui/gfx/gl/gl_implementation.h
+++ b/ui/gfx/gl/gl_implementation.h
@@ -10,6 +10,7 @@
#include "base/native_library.h"
#include "build/build_config.h"
+#include "ui/gfx/gl/gl_switches.h"
namespace gfx {
@@ -22,12 +23,6 @@ enum GLImplementation {
kGLImplementationMockGL
};
-// The GL implementation names that can be passed to --use-gl.
-extern const char kGLImplementationDesktopName[];
-extern const char kGLImplementationOSMesaName[];
-extern const char kGLImplementationEGLName[];
-extern const char kGLImplementationMockName[];
-
#if defined(OS_WIN)
typedef void* (WINAPI *GLGetProcAddressProc)(const char* name);
#else