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

Unified Diff: client/deps/glbench/src/windowmanagercompositingtest.cc

Issue 2794002: Added gflags switches: duration, tests, save, out. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 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 | « client/deps/glbench/src/varyingsandddxytest.cc ('k') | client/deps/glbench/src/yuvtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/windowmanagercompositingtest.cc
diff --git a/client/deps/glbench/src/windowmanagercompositingtest.cc b/client/deps/glbench/src/windowmanagercompositingtest.cc
index a791093a21f68e8e7642dbb6e059b48a623999c6..ee4426d89f4b000e464830ea757cf63a8ef7fa64 100644
--- a/client/deps/glbench/src/windowmanagercompositingtest.cc
+++ b/client/deps/glbench/src/windowmanagercompositingtest.cc
@@ -23,6 +23,7 @@ class WindowManagerCompositingTest : public TestBase {
virtual ~WindowManagerCompositingTest() {}
virtual bool TestFunc(int iter);
virtual bool Run();
+ virtual const char* Name() const { return "compositing"; }
void InitializeCompositing();
void TeardownCompositing();
« no previous file with comments | « client/deps/glbench/src/varyingsandddxytest.cc ('k') | client/deps/glbench/src/yuvtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698