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