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

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: Finished pulling out ScopedAXObjectCache etc. Many fprintfs remain. 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/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index b42c576617870d330c5e9bbd4bb249835a354a63..fad8cc4bd2d6ba0e84989efeac0492f4e07d81cb 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -501,6 +501,7 @@ public:
Document& axObjectCacheOwner() const;
AXObjectCache* existingAXObjectCache() const;
AXObjectCache* axObjectCache() const;
+ AXObjectCache* alwaysCreateAxObjectCache() const;
dmazzoni 2014/12/09 00:49:51 nit: Ax -> AX
aboxhall 2014/12/13 01:38:36 Actually, I don't need this method any more anyway
void clearAXObjectCache();
// to get visually ordered hebrew and arabic pages right

Powered by Google App Engine
This is Rietveld 408576698