summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index 1de2a9f..d6ac049 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -344,6 +344,11 @@ private:
// Dump the stats table counters on exit.
bool dump_stats_table_on_exit_;
+
+#if defined(OS_LINUX)
+ // The height of the non-rendering area of the main window, in pixels.
+ int top_chrome_height_;
+#endif
};
#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_H_