| Index: third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| index 94b694d8d7010dd3c66db0db05d49afb509c297e..b1907aaff4bbdf74e27d5dfb668cb68ce1045fb0 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| @@ -821,7 +821,6 @@ public:
|
|
|
| // Properties of the object's owning document or page.
|
| virtual double estimatedLoadingProgress() const { return 0; }
|
| - AXObject* focusedUIElement() const;
|
|
|
| // DOM and layout tree access.
|
| virtual Node* node() const { return 0; }
|
|
|