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

Unified Diff: ui/views/view.h

Issue 2715543003: Views a11y: Implement AXPlatformNode::FromNativeViewAccessible on all platforms. (Closed)
Patch Set: Rebase 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
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 7e80124027bae66b775b5b68a3f9d4df96b9bd65..742f33839b792813f417d014afa884692d343d56 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -1259,6 +1259,9 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
friend class internal::RootView;
friend class internal::ScopedChildrenLock;
friend class FocusManager;
+#if !defined(PLATFORM_HAS_NATIVE_VIEW_ACCESSIBILITY_IMPL)
+ friend class NativeViewAccessibility;
+#endif
friend class ViewLayerTest;
friend class Widget;

Powered by Google App Engine
This is Rietveld 408576698