Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: ui/gfx/native_widget_types.h

Issue 420653003: MacViews: Accessibility bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2nd draft, based on 423513005 Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..79e70dd5a6df323887f76b4f6646d70a71949a64 100644
--- a/ui/gfx/native_widget_types.h
+++ b/ui/gfx/native_widget_types.h
@@ -81,6 +81,7 @@ struct CGContext;
@class NSEvent;
@class NSFont;
@class NSImage;
+@class NSObject;
@class NSView;
@class NSWindow;
@class NSTextField;
@@ -89,6 +90,7 @@ class NSCursor;
class NSEvent;
class NSFont;
class NSImage;
+class NSObject;
struct NSView;
class NSWindow;
class NSTextField;
@@ -147,7 +149,7 @@ typedef CGContext* NativeDrawingContext;
typedef NSFont* NativeFont;
typedef NSTextField* NativeEditView;
typedef CGContext* NativeDrawingContext;
-typedef void* NativeViewAccessible;
+typedef NSObject* NativeViewAccessible;
#elif defined(USE_CAIRO)
typedef PangoFontDescription* NativeFont;
typedef void* NativeEditView;

Powered by Google App Engine
This is Rietveld 408576698