| Index: ui/views/view.cc
|
| diff --git a/ui/views/view.cc b/ui/views/view.cc
|
| index 55acfceb172f147b2df160244d46577987450da6..51d246f0a3fdd6fe91bdc5a351f06909c558287b 100644
|
| --- a/ui/views/view.cc
|
| +++ b/ui/views/view.cc
|
| @@ -1323,6 +1323,10 @@ bool View::ExceededDragThreshold(const gfx::Vector2d& delta) {
|
|
|
| // Accessibility----------------------------------------------------------------
|
|
|
| +bool View::HandleAccessibleAction(const ui::AXActionData& action_data) {
|
| + return false;
|
| +}
|
| +
|
| gfx::NativeViewAccessible View::GetNativeViewAccessible() {
|
| if (!native_view_accessibility_)
|
| native_view_accessibility_ = NativeViewAccessibility::Create(this);
|
|
|