Index: chrome/common/x11_util.h |
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h |
index 130ecc7fdd500d416e0b313a33b596d8bcd45db0..6e5072bfd818dde3b261b614dc7614fee846e6a1 100644 |
--- a/chrome/common/x11_util.h |
+++ b/chrome/common/x11_util.h |
@@ -30,6 +30,8 @@ namespace x11_util { |
// These functions do not cache their results |
+ // Get the X window id for the default root window |
+ XID GetX11RootWindow(); |
// Get the X window id for the given GTK widget. |
XID GetX11WindowFromGtkWidget(GtkWidget*); |
// Get a Visual from the given widget. Since we don't include the Xlib |