| Index: ui/gfx/native_widget_types.h
|
| ===================================================================
|
| --- ui/gfx/native_widget_types.h (revision 122555)
|
| +++ ui/gfx/native_widget_types.h (working copy)
|
| @@ -51,6 +51,7 @@
|
| #elif defined(OS_MACOSX)
|
| struct CGContext;
|
| #ifdef __OBJC__
|
| +@class NSCursor;
|
| @class NSEvent;
|
| @class NSFont;
|
| @class NSImage;
|
| @@ -58,6 +59,7 @@
|
| @class NSWindow;
|
| @class NSTextField;
|
| #else
|
| +class NSCursor;
|
| class NSEvent;
|
| class NSFont;
|
| class NSImage;
|
| @@ -107,7 +109,7 @@
|
| 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;
|
|
|