| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index 519e2355850278a99471d86aada0f35824a71a1e..7e22973d37f6bdfa7e0d80d2b02b38fbd94175f7 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -68,6 +68,10 @@ UI_EXPORT bool QueryRenderSupport(Display* dpy);
|
| // Return the default screen number for the display
|
| int GetDefaultScreen(Display* display);
|
|
|
| +// TODO(xiyuan): Fix the stale XCursorCache problem properly.
|
| +// A special cursor that makes GetXCursor below to clear its XCursorCache.
|
| +const int kCursorClearXCursorCache = -1;
|
| +
|
| // Returns an X11 Cursor, sharable across the process.
|
| // |cursor_shape| is an X font cursor shape, see XCreateFontCursor().
|
| UI_EXPORT Cursor GetXCursor(int cursor_shape);
|
|
|