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

Unified Diff: gpu/angle_test_batcher.h

Issue 1201583002: Speed up angle_end2end_tests by running tests in larger batches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove isolate change. Created 5 years, 6 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
« no previous file with comments | « gpu/angle_perftests_main.cc ('k') | gpu/angle_test_batcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/angle_test_batcher.h
diff --git a/gpu/command_buffer/service/gl_context_mock.cc b/gpu/angle_test_batcher.h
similarity index 56%
copy from gpu/command_buffer/service/gl_context_mock.cc
copy to gpu/angle_test_batcher.h
index ce5d10f2770c95c59d0ad70129594dc474359256..816ccb0acb69c2903ba5a842bc25d0b5b2be457a 100644
--- a/gpu/command_buffer/service/gl_context_mock.cc
+++ b/gpu/angle_test_batcher.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "gpu/command_buffer/service/gl_context_mock.h"
+#ifndef GPU_ANGLE_TEST_BATCHER_H_
+#define GPU_ANGLE_TEST_BATCHER_H_
namespace gpu {
-GLContextMock::GLContextMock() {
-}
-GLContextMock::~GLContextMock() {
+void BatchANGLETests();
+
}
-} // namespace gpu
+#endif // GPU_ANGLE_TEST_BATCHER_H_
« no previous file with comments | « gpu/angle_perftests_main.cc ('k') | gpu/angle_test_batcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698