Index: content/shell/renderer/test_runner/web_ax_object_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.h b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
index 783f2384228662f31839f7513b811199c920f75f..18a796376ff993489bb0bca122f42cc5db9890ff 100644 |
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h |
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
@@ -95,6 +95,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
int32_t RowCount(); |
int32_t ColumnCount(); |
bool IsClickable(); |
+ bool IsButtonStateMixed(); |
// Bound methods. |
std::string AllAttributes(); |