Chromium Code Reviews| Index: ui/gfx/native_widget_types.h |
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h |
| index f7f2808cba950ee928b54826d2c865cfc935c106..43d8943ff17a5f4aa072962e3423fdb17125b124 100644 |
| --- a/ui/gfx/native_widget_types.h |
| +++ b/ui/gfx/native_widget_types.h |
| @@ -147,7 +147,11 @@ typedef CGContext* NativeDrawingContext; |
| typedef NSFont* NativeFont; |
| typedef NSTextField* NativeEditView; |
| typedef CGContext* NativeDrawingContext; |
| +#ifdef __OBJC__ |
| +typedef id NativeViewAccessible; |
|
tapted
2014/07/29 23:58:21
for mac, could this just be `typedef NativeView Na
Andre
2014/07/30 00:18:00
I don't think so. NativeViewAccessible is any Obj-
|
| +#else |
| typedef void* NativeViewAccessible; |
| +#endif |
| #elif defined(USE_CAIRO) |
| typedef PangoFontDescription* NativeFont; |
| typedef void* NativeEditView; |