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

Unified Diff: Source/core/dom/Node.h

Issue 742353004: Implement computedRole and computedName (behind a flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 776d802e128ec037658f8e83d2b1020a9ef2749c..353035a10173a0b30b58cd33f7f9aa22b850de2e 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -223,6 +223,9 @@ public:
String textContent(bool convertBRsToNewlines = false) const;
void setTextContent(const String&);
+ const AtomicString& computedRole();
+ const String computedText();
+
// Other methods (not part of DOM)
bool isElementNode() const { return getFlag(IsElementFlag); }
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Node.cpp » ('j') | Source/core/dom/Node.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698