| 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;
|
|
|
|
|