diff options
Diffstat (limited to 'webkit/tools/test_shell/accessibility_ui_element.h')
-rw-r--r-- | webkit/tools/test_shell/accessibility_ui_element.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/accessibility_ui_element.h b/webkit/tools/test_shell/accessibility_ui_element.h index 43db15d..13ff353 100644 --- a/webkit/tools/test_shell/accessibility_ui_element.h +++ b/webkit/tools/test_shell/accessibility_ui_element.h @@ -24,10 +24,6 @@ class AccessibilityUIElement : public CppBoundClass { virtual AccessibilityUIElement* GetChildAtIndex(unsigned index); virtual bool IsRoot() const { return false; } - std::string GetTitle(); - std::string GetDescription(); - std::string GetRole(); - protected: const WebKit::WebAccessibilityObject& accessibility_object() const { return accessibility_object_; |