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

Unified Diff: content/public/browser/web_contents.h

Issue 145283003: Switch AccessibilityMode to be a bitmap (Closed) Base URL: https://chromium.googlesource.com/chromium/src@enable
Patch Set: Created 6 years, 11 months 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 85c430028892ca25e1a41e18b3fd549235c755ec..7b56ecf4b6d0de424da46ad635a6d45dc0f3eae1 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -240,6 +240,8 @@ class WebContents : public PageNavigator,
gfx::NativeViewAccessible accessible_parent) = 0;
#endif
+ virtual void SetRendererAccessibilityMode(bool on) = 0;
+
// Tab navigation state ------------------------------------------------------
// Returns the current navigation properties, which if a navigation is

Powered by Google App Engine
This is Rietveld 408576698