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

Unified Diff: testing/platform_test.h

Issue 2119413004: a11y: Exclude children of nested keyboard accessible controls from a11y tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of 2704263002. Created 3 years, 10 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 | « no previous file | ui/accessibility/platform/ax_platform_node.cc » ('j') | ui/gfx/native_widget_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/platform_test.h
diff --git a/testing/platform_test.h b/testing/platform_test.h
index 24980fbe0c160a72712b080df243fdf442c77a15..8cf8318b35f6466b4f02c613a08c2f5d52e3b631 100644
--- a/testing/platform_test.h
+++ b/testing/platform_test.h
@@ -9,7 +9,7 @@
#if defined(GTEST_OS_MAC)
#ifndef __OBJC__
-typedef void* id;
+typedef struct objc_object* id;
#endif
// The purpose of this class us to provide a hook for platform-specific
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node.cc » ('j') | ui/gfx/native_widget_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698