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

Unified Diff: Source/core/dom/Document.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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Node.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 662468f3e3332e81fef7c1737e24a464977a7eca..02bfd06f7e3b6ccee6d229ea68295e1ae9ace1e8 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -500,6 +500,7 @@ public:
Document& axObjectCacheOwner() const;
AXObjectCache* existingAXObjectCache() const;
AXObjectCache* axObjectCache() const;
+ AXObjectCache* alwaysCreateAxObjectCache() const;
void clearAXObjectCache();
// to get visually ordered hebrew and arabic pages right
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Node.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698