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

Unified Diff: content/browser/gpu/webgl_conformance_test.cc

Issue 11453026: Rename WebGLConformanceTests to WebGLConformanceTest (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years 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: content/browser/gpu/webgl_conformance_test.cc
===================================================================
--- content/browser/gpu/webgl_conformance_test.cc (revision 171329)
+++ content/browser/gpu/webgl_conformance_test.cc (working copy)
@@ -19,9 +19,9 @@
namespace content {
-class WebGLConformanceTests : public ContentBrowserTest {
+class WebGLConformanceTest : public ContentBrowserTest {
public:
- WebGLConformanceTests() {}
+ WebGLConformanceTest() {}
virtual void SetUpCommandLine(CommandLine* command_line) {
// Allow privileged WebGL extensions.
@@ -78,7 +78,7 @@
};
#define CONFORMANCE_TEST(name, url) \
-IN_PROC_BROWSER_TEST_F(WebGLConformanceTests, MANUAL_##name) { \
+IN_PROC_BROWSER_TEST_F(WebGLConformanceTest, MANUAL_##name) { \
RunTest(url); \
}
« no previous file with comments | « content/browser/gpu/generate_webgl_conformance_test_list.py ('k') | content/browser/gpu/webgl_conformance_test_list_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698