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

Unified Diff: public/web/WebFrame.h

Issue 495763005: Switch to using accessibilityEnabled and inlineTextBoxAccessibilityEnabled from settings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make WebAXObject methods noops Created 6 years, 4 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: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index e5ca6493ba619d0b5a8192485713807156abc6e4..2772f2e07ad149c970fa8158aeb1818be3cf711b 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -153,6 +153,8 @@ public:
virtual void setPermissionClient(WebPermissionClient*) = 0;
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0;
+ virtual void setAccessibilityEnabled(bool) = 0;
+ virtual void setInlineTextBoxAccessibilityEnabled(bool) = 0;
abarth-chromium 2014/08/23 05:59:11 These aren't needed. You should put these on WebS
aboxhall 2014/08/27 15:26:33 Done.
// Geometry -----------------------------------------------------------
@@ -182,7 +184,6 @@ public:
virtual bool hasHorizontalScrollbar() const = 0;
virtual bool hasVerticalScrollbar() const = 0;
-
// Hierarchy ----------------------------------------------------------
// Returns the containing view.

Powered by Google App Engine
This is Rietveld 408576698