summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h b/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h
index 25b06bf1539..d79b443a783 100644
--- a/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h
+++ b/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.h
@@ -550,6 +550,7 @@ class MODULES_EXPORT AXObjectCacheImpl
bool IsProcessingDeferredEvents() const {
return processing_deferred_events_;
}
+ bool EntireDocumentIsDirty() const { return mark_all_dirty_; }
// Returns true if UpdateTreeIfNeeded has been called and has not finished.
bool UpdatingTree() { return updating_tree_; }
// The document/cache are in the tear-down phase.