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

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

Issue 1524009: Use gflags in teartest. (Closed)
Patch Set: nit Created 10 years, 9 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/Makefile ('k') | client/deps/glbench/src/teartest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/main.h
diff --git a/client/deps/glbench/src/main.h b/client/deps/glbench/src/main.h
index ffa73a3899150fd6b44c097f1723354010022dc1..42d0ed8f96243960e8233e2544d912b6eb0f1bf6 100644
--- a/client/deps/glbench/src/main.h
+++ b/client/deps/glbench/src/main.h
@@ -5,6 +5,7 @@
#ifndef BENCH_GL_MAIN_H_
#define BENCH_GL_MAIN_H_
+#include <gflags/gflags.h>
#include <sys/time.h>
#ifdef USE_GLES
@@ -52,7 +53,7 @@ inline uint64_t GetUTime() {
extern GLint g_width;
extern GLint g_height;
-extern bool g_override_redirect;
+DECLARE_bool(override_redirect);
bool Init();
bool InitContext();
« no previous file with comments | « client/deps/glbench/src/Makefile ('k') | client/deps/glbench/src/teartest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698