| Index: ui/gfx/x/x11_types.h
|
| diff --git a/ui/gfx/x/x11_types.h b/ui/gfx/x/x11_types.h
|
| index f13c64f69bda1e8dda90282f1f10d98e82582a0c..7ab7fad04e3f080015e8ea135001769971fea2b5 100644
|
| --- a/ui/gfx/x/x11_types.h
|
| +++ b/ui/gfx/x/x11_types.h
|
| @@ -13,6 +13,7 @@
|
|
|
| typedef unsigned long XAtom;
|
| typedef unsigned long XID;
|
| +typedef unsigned long VisualID;
|
| typedef struct _XcursorImage XcursorImage;
|
| typedef union _XEvent XEvent;
|
| typedef struct _XImage XImage;
|
| @@ -82,4 +83,3 @@ GFX_EXPORT void PutARGBImage(XDisplay* display,
|
| } // namespace gfx
|
|
|
| #endif // UI_GFX_X_X11_UTIL_H_
|
| -
|
|
|