Chromium Code Reviews| Index: third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp |
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp |
| index c2fbcc8445b1d1967145dd8291c3f921e148a402..b7d100631b6ab39eb72bb175426f681804a8b09e 100644 |
| --- a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp |
| +++ b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.cpp |
| @@ -68,5 +68,9 @@ AXObject* AXSVGRoot::computeParent() const |
| return AXLayoutObject::computeParent(); |
| } |
| +bool AXSVGRoot::computeAccessibilityIsIgnored(IgnoredReasons* reasons) const |
|
aboxhall
2015/12/15 19:56:03
Let's revert this for this change, and use the rol
dmazzoni
2015/12/15 20:00:45
Why? What's wrong with keeping the SVG root elemen
|
| +{ |
| + return false; |
| +} |
| } // namespace blink |