Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: content/renderer/accessibility/render_accessibility_impl.h

Issue 2581483002: Add support for faster, more limited accessibility modes. (Closed)
Patch Set: Disable tests that can't pass on Android with TODO Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/accessibility/render_accessibility_impl.h
diff --git a/content/renderer/accessibility/render_accessibility_impl.h b/content/renderer/accessibility/render_accessibility_impl.h
index 21d5c09be4ae460429be4787a40304c259f0a560..795c4c29a4f14e204933e88b0883ceb6a61cd288 100644
--- a/content/renderer/accessibility/render_accessibility_impl.h
+++ b/content/renderer/accessibility/render_accessibility_impl.h
@@ -65,7 +65,8 @@ class CONTENT_EXPORT RenderAccessibilityImpl
RenderFrameImpl* render_frame,
AXContentTreeUpdate* response);
- explicit RenderAccessibilityImpl(RenderFrameImpl* render_frame);
+ RenderAccessibilityImpl(RenderFrameImpl* render_frame,
+ AccessibilityMode mode);
~RenderAccessibilityImpl() override;
// RenderAccessibility implementation.
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/renderer/accessibility/render_accessibility_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698