summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 22:15:06 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 22:15:06 +0000
commitbe4eeb0b5899d07f1a8ba1c4511def39c3787734 (patch)
tree60d20cebdbcad34ab55f81e6c8c8215f61d07cba /content
parentfc29c306035eb72ab3aef89c49836d8f6b7cd233 (diff)
downloadchromium_src-be4eeb0b5899d07f1a8ba1c4511def39c3787734.zip
chromium_src-be4eeb0b5899d07f1a8ba1c4511def39c3787734.tar.gz
chromium_src-be4eeb0b5899d07f1a8ba1c4511def39c3787734.tar.bz2
Support for accessible multiline text editing for Windows
screen readers. Tested with JAWS and NVDA. BUG=85253 TEST=manual testing Review URL: http://codereview.chromium.org/7104142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/view_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 2554b28..6582c89 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -358,6 +358,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebAccessibility)
IPC_STRUCT_TRAITS_MEMBER(children)
IPC_STRUCT_TRAITS_MEMBER(indirect_child_ids)
IPC_STRUCT_TRAITS_MEMBER(html_attributes)
+ IPC_STRUCT_TRAITS_MEMBER(line_breaks)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebCookie)
@@ -1962,4 +1963,3 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
IPC_MESSAGE_CONTROL2(ViewHostMsg_FPS,
int /* routing id */,
float /* frames per second */)
-