Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6057)

Unified Diff: chrome/test/gpu/webgl_conformance_tests.cc

Issue 8240006: Use a mocked compositor for unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed views_test_base.cc Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
jonathan.backer 2011/10/14 17:53:17 you sure about this?
danakj 2011/10/14 19:51:39 discussed offline: these used to be used to turn o
-const std::string& kGLImplementationName = gfx::kGLImplementationDesktopName;
-#endif
-
class WebGLConformanceTests : public UITest {
public:
WebGLConformanceTests() {

Powered by Google App Engine
This is Rietveld 408576698