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

Unified Diff: ui/views/view.h

Issue 2715543003: Views a11y: Implement AXPlatformNode::FromNativeViewAccessible on all platforms. (Closed)
Patch Set: Fix bad rebase. Created 3 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
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index d719730b70f9792edd55686791daa2772292c031..73d57e77931a8520879b0f0ecf438bc0c29261b0 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -1271,6 +1271,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