Chromium Code Reviews| Index: ui/base/x/x11_util.h |
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
| index 92ad3f0e2512495ee0eb4fde925ec241a8d8975f..cd7940568d6dff8ef901742bdfebf965f5e7b867 100644 |
| --- a/ui/base/x/x11_util.h |
| +++ b/ui/base/x/x11_util.h |
| @@ -224,6 +224,10 @@ UI_BASE_EXPORT XID GetParentWindow(XID window); |
| // Walk up |window|'s hierarchy until we find a direct child of |root|. |
| XID GetHighestAncestorWindow(XID window, XID root); |
| +// Determine whether we use should default to native decorations or the custom |
|
sadrul
2014/02/21 01:21:06
s/use//
|
| +// frame based on the currently-running window manager. |
| +UI_BASE_EXPORT bool GetCustomFramePrefDefault(); |
| + |
| static const int kAllDesktops = -1; |
| // Queries the desktop |window| is on, kAllDesktops if sticky. Returns false if |
| // property not found. |