| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index 3f3830adadcdbefcbaa85d65edef6fdb386888cc..7a0e2ed62303153fab04b50e492a9f222c88e615 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -93,6 +93,9 @@ UI_BASE_EXPORT void HideHostCursor();
|
| // Returns an invisible cursor.
|
| UI_BASE_EXPORT ::Cursor CreateInvisibleCursor();
|
|
|
| +// Sets whether |window| should use the OS window frame.
|
| +UI_BASE_EXPORT void SetUseOSWindowFrame(XID window, bool use_os_window_frame);
|
| +
|
| // These functions do not cache their results --------------------------
|
|
|
| // Returns true if the shape extension is supported.
|
|
|