Index: ui/base/x/x11_util.h |
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
index 888e76ae6d9b8e704e2ed80be4ed1ad758e58614..e087856083ca02aa55c107e8fb8cf6fd2c271ba8 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -210,6 +210,8 @@ UI_EXPORT void SetDefaultX11ErrorHandlers(); |
// Return true if a given window is in full-screen mode. |
UI_EXPORT bool IsX11WindowFullScreen(XID window); |
+UI_EXPORT Atom GetAtomForScreenProperty(const char* atom_name); |
+ |
} // namespace ui |
#endif // UI_BASE_X_X11_UTIL_H_ |