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..4f2fe333cc9f2eaaf845e34aa010a9a71aa4af10 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -123,6 +123,9 @@ UI_EXPORT bool GetAtomArrayProperty(XID window, |
UI_EXPORT bool GetStringProperty( |
XID window, const std::string& property_name, std::string* value); |
+// Gets the X atom for default display corresponding to atom_name. |
+Atom GetAtom(const char* atom_name); |
+ |
// Get |window|'s parent window, or None if |window| is the root window. |
XID GetParentWindow(XID window); |