Index: Source/core/accessibility/AXObjectCache.h |
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h |
index 7784da5c5ba4a09603ffd5a7e74c344205376865..3bacc08edf5c59379f937252e498d2f6c559beeb 100644 |
--- a/Source/core/accessibility/AXObjectCache.h |
+++ b/Source/core/accessibility/AXObjectCache.h |
@@ -197,6 +197,8 @@ public: |
bool nodeHasRole(Node*, const AtomicString& role); |
+ void setCanvasObjectBounds(Element*, const LayoutRect&); |
+ |
AXComputedObjectAttributeCache* computedObjectAttributeCache() { return m_computedObjectAttributeCache.get(); } |
protected: |