summaryrefslogtreecommitdiffstats
path: root/WebCore/accessibility/chromium/AXObjectCacheChromium.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/accessibility/chromium/AXObjectCacheChromium.cpp')
-rw-r--r--WebCore/accessibility/chromium/AXObjectCacheChromium.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/WebCore/accessibility/chromium/AXObjectCacheChromium.cpp b/WebCore/accessibility/chromium/AXObjectCacheChromium.cpp
index d0f1882..a97dfe2 100644
--- a/WebCore/accessibility/chromium/AXObjectCacheChromium.cpp
+++ b/WebCore/accessibility/chromium/AXObjectCacheChromium.cpp
@@ -43,11 +43,15 @@ void AXObjectCache::attachWrapper(AccessibilityObject*)
// In Chromium, AccessibilityObjects are wrapped lazily.
}
-void AXObjectCache::postPlatformNotification(AccessibilityObject*, const String&)
+void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification)
{
}
-void AXObjectCache::handleFocusedUIElementChanged()
+void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject*)
+{
+}
+
+void AXObjectCache::handleScrolledToAnchor(const Node*)
{
}