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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h

Issue 1525793002: Fall back to title element text for SVG root text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: + AXSVGRoot override Created 5 years 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: third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
index c57b7dfccea0b7b2b55f887f0be000124ccacfc2..db7a5b90ccb0a3aa53cb93dc05333354f416f853 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
@@ -46,6 +46,8 @@ public:
void setParent(AXObject*) override;
+ bool computeAccessibilityIsIgnored(IgnoredReasons*) const override;
+
private:
AXObject* computeParent() const override;
bool isAXSVGRoot() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698