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

Unified Diff: ui/gfx/native_widget_types.h

Issue 1002993002: Revert of Resurrect Aura Linux accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_base.h ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_widget_types.h
diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
index 1a8256bdf1a64ce3315f46daa82ff5f4271eb67c..8cf8a5f9f32a2d4384cea5023f23e4af8335dd92 100644
--- a/ui/gfx/native_widget_types.h
+++ b/ui/gfx/native_widget_types.h
@@ -105,13 +105,6 @@
}
#endif
class SkBitmap;
-
-#if defined(USE_X11) && !defined(OS_CHROMEOS)
-extern "C" {
-struct _AtkObject;
-typedef struct _AtkObject AtkObject;
-}
-#endif
namespace gfx {
@@ -171,11 +164,7 @@
#else
typedef void* NativeDrawingContext;
#endif // defined(USE_CAIRO)
-#if defined(USE_X11) && !defined(OS_CHROMEOS)
-typedef AtkObject* NativeViewAccessible;
-#else
typedef void* NativeViewAccessible;
-#endif
#endif
// A constant value to indicate that gfx::NativeCursor refers to no cursor.
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_base.h ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698