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

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

Issue 1282001: Added window manager graphics performance tests to gl_Bench. (Closed)
Patch Set: Implemented requested name change, retested 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/shaders.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/xlib_window.cc
diff --git a/client/deps/glbench/src/xlib_window.cc b/client/deps/glbench/src/xlib_window.cc
index 0958b5c552164caf10b5c525d59cacdaca554a07..e4bad9202950439335ffd867f682b088f71a858e 100644
--- a/client/deps/glbench/src/xlib_window.cc
+++ b/client/deps/glbench/src/xlib_window.cc
@@ -10,8 +10,8 @@
Display *g_xlib_display = NULL;
Window g_xlib_window = 0;
-GLint g_width = 512;
-GLint g_height = 512;
+GLint g_width = WINDOW_WIDTH;
+GLint g_height = WINDOW_HEIGHT;
bool g_override_redirect = true;
« no previous file with comments | « client/deps/glbench/src/shaders.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698