| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index bf89c3bd13297a7f77215b8cbef0c59d98470e24..a0ac39876db50e6801799a861ae8f8948db2813c 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -121,6 +121,9 @@ UI_EXPORT GtkWindow* GetGtkWindowFromX11Window(XID xid);
|
| UI_EXPORT void* GetVisualFromGtkWidget(GtkWidget* widget);
|
| #endif // defined(TOOLKIT_GTK)
|
|
|
| +// Sets _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED on |window|.
|
| +UI_EXPORT void SetHideTitlebarWhenMaximizedProperty(XID window);
|
| +
|
| // Return the number of bits-per-pixel for a pixmap of the given depth
|
| UI_EXPORT int BitsPerPixelForPixmapDepth(Display* display, int depth);
|
|
|
|
|