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

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

Issue 2872133003: Remove dependency of WebNode.cpp on AXObjectImpl (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/AXObjectImpl.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
index 0e818af5bcf20c35ba2ee3f65954f9a4a6f9d1d7..9eb55268e5b5b0fe5989d5507fc5e6397ddcbb19 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
@@ -810,7 +810,6 @@ class MODULES_EXPORT AXObjectImpl
static AccessibilityRole AriaRoleToWebCoreRole(const String&);
static const AtomicString& RoleName(AccessibilityRole);
static const AtomicString& InternalRoleName(AccessibilityRole);
- static bool IsInsideFocusableElementOrARIAWidget(const Node&);
protected:
AXID id_;
@@ -886,8 +885,6 @@ class MODULES_EXPORT AXObjectImpl
private:
static bool IsNativeInputInMixedState(const Node*);
- static bool IncludesARIAWidgetRole(const String&);
- static bool HasInteractiveARIAAttribute(const Element&);
static unsigned number_of_live_ax_objects_;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/modules/accessibility/AXObjectImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698