| Index: components/test_runner/web_ax_object_proxy.h
 | 
| diff --git a/components/test_runner/web_ax_object_proxy.h b/components/test_runner/web_ax_object_proxy.h
 | 
| index cc7853a0cb7f8a780b61184eb59c74d4b1735f3b..a90a71317e9ba6c6f109e813b49b207760fe5111 100644
 | 
| --- a/components/test_runner/web_ax_object_proxy.h
 | 
| +++ b/components/test_runner/web_ax_object_proxy.h
 | 
| @@ -111,6 +111,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
 | 
|    unsigned int Color();
 | 
|    // For input elements of type color.
 | 
|    unsigned int ColorValue();
 | 
| +  std::string FontFamily();
 | 
|    float FontSize();
 | 
|    std::string Orientation();
 | 
|    int PosInSet();
 | 
| 
 |