summaryrefslogtreecommitdiffstats
path: root/WebCore/page/chromium/ChromeClientChromium.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-29 17:32:26 +0100
committerSteve Block <steveblock@google.com>2010-09-29 17:35:08 +0100
commit68513a70bcd92384395513322f1b801e7bf9c729 (patch)
tree161b50f75a5921d61731bb25e730005994fcec85 /WebCore/page/chromium/ChromeClientChromium.h
parentfd5c6425ce58eb75211be7718d5dee960842a37e (diff)
downloadexternal_webkit-68513a70bcd92384395513322f1b801e7bf9c729.zip
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.gz
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.bz2
Merge WebKit at r67908: Initial merge by Git
Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972
Diffstat (limited to 'WebCore/page/chromium/ChromeClientChromium.h')
-rw-r--r--WebCore/page/chromium/ChromeClientChromium.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/page/chromium/ChromeClientChromium.h b/WebCore/page/chromium/ChromeClientChromium.h
index 7765472..44e005f 100644
--- a/WebCore/page/chromium/ChromeClientChromium.h
+++ b/WebCore/page/chromium/ChromeClientChromium.h
@@ -31,6 +31,7 @@
#ifndef ChromeClientChromium_h
#define ChromeClientChromium_h
+#include "AXObjectCache.h"
#include "ChromeClient.h"
#include <wtf/Forward.h>
@@ -58,6 +59,9 @@ public:
// Notified embedder that the children of an accessibility object has changed.
virtual void didChangeAccessibilityObjectChildren(AccessibilityObject*) = 0;
+
+ // Notifies embedder about an accessibility notification.
+ virtual void postAccessibilityNotification(AccessibilityObject*, AXObjectCache::AXNotification) = 0;
};
} // namespace WebCore