| Index: trunk/src/content/renderer/render_view_impl_params.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/render_view_impl_params.h (revision 284469)
|
| +++ trunk/src/content/renderer/render_view_impl_params.h (working copy)
|
| @@ -37,7 +37,8 @@
|
| bool hidden,
|
| bool never_visible,
|
| int32 next_page_id,
|
| - const blink::WebScreenInfo& screen_info);
|
| + const blink::WebScreenInfo& screen_info,
|
| + AccessibilityMode accessibility_mode);
|
| ~RenderViewImplParams();
|
|
|
| int32 opener_id;
|
| @@ -56,6 +57,7 @@
|
| bool never_visible;
|
| int32 next_page_id;
|
| const blink::WebScreenInfo& screen_info;
|
| + AccessibilityMode accessibility_mode;
|
| };
|
|
|
| } // namespace content
|
|
|