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. |