| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index a349fdaa91ddb6a1500cac672c8c1b667a87b0b6..3f3830adadcdbefcbaa85d65edef6fdb386888cc 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -102,7 +102,7 @@ UI_BASE_EXPORT bool IsShapeExtensionAvailable();
|
| UI_BASE_EXPORT XID GetX11RootWindow();
|
|
|
| // Returns the user's current desktop.
|
| -bool GetCurrentDesktop(int* desktop);
|
| +UI_BASE_EXPORT bool GetCurrentDesktop(int* desktop);
|
|
|
| enum HideTitlebarWhenMaximized {
|
| SHOW_TITLEBAR_WHEN_MAXIMIZED = 0,
|
|
|