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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 months 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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 8ecc92e9e52a10eebf3db5bf38c53245daf74d43..a3f6c56c00ded41a230aa39bbdffbffef8322fd4 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -183,7 +183,6 @@ class MODULES_EXPORT AXNodeObject : public AXObjectImpl {
AXRelatedObjectVector*) const override;
String Placeholder(AXNameFrom) const override;
bool NameFromLabelElement() const override;
- bool NameFromContents() const override;
// Location
void GetRelativeBounds(AXObjectImpl** out_container,

Powered by Google App Engine
This is Rietveld 408576698