Index: chrome/test/gpu/webgl_conformance_tests.cc |
diff --git a/chrome/test/gpu/webgl_conformance_tests.cc b/chrome/test/gpu/webgl_conformance_tests.cc |
index 8822151740cc074a1e875bccacc2e0646a9dfa7c..b10dbb489fd810fce6f375eaa8330dedfd6a17d3 100644 |
--- a/chrome/test/gpu/webgl_conformance_tests.cc |
+++ b/chrome/test/gpu/webgl_conformance_tests.cc |
@@ -8,21 +8,13 @@ |
#include "base/utf_string_conversions.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/test/automation/tab_proxy.h" |
-#include "chrome/test/base/test_launcher_utils.h" |
#include "chrome/test/ui/javascript_test_util.h" |
#include "chrome/test/ui/ui_test.h" |
#include "content/public/common/content_switches.h" |
#include "net/base/net_util.h" |
-#include "ui/gfx/gl/gl_implementation.h" |
namespace { |
-#if defined(OS_WIN) |
-const std::string& kGLImplementationName = gfx::kGLImplementationEGLName; |
-#else |
-const std::string& kGLImplementationName = gfx::kGLImplementationDesktopName; |
-#endif |
- |
class WebGLConformanceTests : public UITest { |
public: |
WebGLConformanceTests() { |