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

Unified Diff: webkit/tools/test_shell/test_shell_gtk.cc

Issue 18053: Linux: use WebKit HEAD's gtk2drawing.c (Closed)
Patch Set: Created 11 years, 11 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 | « webkit/build/WebCore/SConscript ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_gtk.cc
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
index 72f2f82223eca8bb1f5cb3d5985c6689f41a8d7a..17dfdf9f126cb74c278d12b92740c4cf94c10455 100644
--- a/webkit/tools/test_shell/test_shell_gtk.cc
+++ b/webkit/tools/test_shell/test_shell_gtk.cc
@@ -41,11 +41,17 @@ const FcChar8* FilePathAsFcChar(const FilePath& path) {
}
+extern "C" {
+ extern gint moz_gtk_init();
Evan Martin 2009/01/14 18:58:19 #include "gtkdrawing.h" ?
+}
+
// static
void TestShell::InitializeTestShell(bool layout_test_mode) {
window_list_ = new WindowList;
layout_test_mode_ = layout_test_mode;
+ moz_gtk_init();
+
web_prefs_ = new WebPreferences;
ResetWebPreferences();
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698