Index: ui/base/x/x11_util.h |
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
index 07091144c975855d67ca9c71c3de0d802047b148..3965a50d5a63cb4312a72a0eefda3359cdd6041c 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -204,7 +204,7 @@ UI_BASE_X_EXPORT bool GetCustomFramePrefDefault(); |
static const int kAllDesktops = -1; |
// Queries the desktop |window| is on, kAllDesktops if sticky. Returns false if |
// property not found. |
-bool GetWindowDesktop(XID window, int* desktop); |
+UI_BASE_X_EXPORT bool GetWindowDesktop(XID window, int* desktop); |
// Translates an X11 error code into a printable string. |
UI_BASE_X_EXPORT std::string GetX11ErrorString(XDisplay* display, int err); |