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

Unified Diff: client/deps/glbench/src/utils.h

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/trianglesetuptest.cc ('k') | client/deps/glbench/src/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/utils.h
diff --git a/client/deps/glbench/src/utils.h b/client/deps/glbench/src/utils.h
index 434d081bbbd39c287645636bcc6b77c0af6de770..34cf3449c381df0bf961bffb41b499986aee3610 100644
--- a/client/deps/glbench/src/utils.h
+++ b/client/deps/glbench/src/utils.h
@@ -11,9 +11,11 @@
#include "GL/gl.h"
#endif
+#include "base/file_path.h"
void SetBasePathFromArgv0(const char* argv0, const char* relative);
void *MmapFile(const char *name, size_t *length);
+const FilePath& GetBasePath();
namespace glbench {
« no previous file with comments | « client/deps/glbench/src/trianglesetuptest.cc ('k') | client/deps/glbench/src/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698