diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 03:33:21 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 03:33:21 +0000 |
commit | aded1c52e3de6dbbd56c68067c1023b50b01e4be (patch) | |
tree | 878cc59303f43757e8466db0647a8dc6d38ddf89 /content/common/frame_message_enums.h | |
parent | 25402eb26f2f05b5105523057f06532eaac58764 (diff) | |
download | chromium_src-aded1c52e3de6dbbd56c68067c1023b50b01e4be.zip chromium_src-aded1c52e3de6dbbd56c68067c1023b50b01e4be.tar.gz chromium_src-aded1c52e3de6dbbd56c68067c1023b50b01e4be.tar.bz2 |
Migrate accessibility from RenderView to RenderFrame and RVH to RFH.
In preparation for out-of-process iframes, move almost all accessibility
functionality from RenderView to RenderFrame, and from RVHI and RWHI
to RFHI.
In addition, the accessibility mode is moved to WebContents, and changing
the mode triggers changing it on all frames.
BUG=368298
R=jam@chromium.org, kenrb@chromium.org, nick@chromium.org
Review URL: https://codereview.chromium.org/273423004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/frame_message_enums.h')
-rw-r--r-- | content/common/frame_message_enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/frame_message_enums.h b/content/common/frame_message_enums.h index d2f9d8a..c459896 100644 --- a/content/common/frame_message_enums.h +++ b/content/common/frame_message_enums.h @@ -5,7 +5,7 @@ #ifndef CONTENT_COMMON_FRAME_MESSAGES_ENUMS_H_ #define CONTENT_COMMON_FRAME_MESSAGES_ENUMS_H_ -#include "ipc/ipc_message_macros.h" +#include "content/common/accessibility_mode_enums.h" struct FrameMsg_Navigate_Type { public: |