summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public
diff options
context:
space:
mode:
authornektar <nektar@chromium.org>2016-03-16 15:08:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-16 22:12:16 +0000
commit0eebf0cd114b70337c0ae3562786e538bd6aac9d (patch)
tree9781a9cfc4c2084d2fe1f80528095682e0b7857f /third_party/WebKit/public
parentdf644193ff164f1d3df85d857f2b21b5ba51f77e (diff)
downloadchromium_src-0eebf0cd114b70337c0ae3562786e538bd6aac9d.zip
chromium_src-0eebf0cd114b70337c0ae3562786e538bd6aac9d.tar.gz
chromium_src-0eebf0cd114b70337c0ae3562786e538bd6aac9d.tar.bz2
Implemented the reporting of text style and language information on Windows.
BUG=484228 TESTED=unit test, dump accessibility tree tests, manually with Jaws and NVDA screen readers R=dmazzoni@chromium.org,aboxhall@chromium.org Review URL: https://codereview.chromium.org/1768753003 Cr-Commit-Position: refs/heads/master@{#381560}
Diffstat (limited to 'third_party/WebKit/public')
-rw-r--r--third_party/WebKit/public/web/WebAXObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index f0051c1..b591739 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -142,6 +142,7 @@ public:
BLINK_EXPORT bool isRichlyEditable() const;
BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const;
BLINK_EXPORT WebRect boundingBoxRect() const;
+ BLINK_EXPORT WebString fontFamily() const;
BLINK_EXPORT float fontSize() const;
BLINK_EXPORT bool canvasHasFallbackContent() const;
BLINK_EXPORT WebPoint clickPoint() const;