| Index: ui/gfx/native_widget_types.h
|
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
|
| index 279175be7328006e390694473b71d1124d9e3f0b..82732e6c285c3f2b09201f6526a3600f328562e7 100644
|
| --- a/ui/gfx/native_widget_types.h
|
| +++ b/ui/gfx/native_widget_types.h
|
| @@ -57,6 +57,7 @@ struct IAccessible;
|
| #elif defined(OS_MACOSX)
|
| struct CGContext;
|
| #ifdef __OBJC__
|
| +@class NSCursor;
|
| @class NSEvent;
|
| @class NSFont;
|
| @class NSImage;
|
| @@ -64,6 +65,7 @@ struct CGContext;
|
| @class NSWindow;
|
| @class NSTextField;
|
| #else
|
| +class NSCursor;
|
| class NSEvent;
|
| class NSFont;
|
| class NSImage;
|
| @@ -113,7 +115,7 @@ typedef HWND NativeWindow;
|
| typedef HRGN NativeRegion;
|
| typedef MSG NativeEvent;
|
| #elif defined(OS_MACOSX)
|
| -typedef void* NativeCursor;
|
| +typedef NSCursor* NativeCursor;
|
| typedef NSView* NativeView;
|
| typedef NSWindow* NativeWindow;
|
| typedef NSEvent* NativeEvent;
|
|
|