| 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 289ea5325eb3246c9ab4f999f294f5e51a70ba81..d6e4de96cde99f5ece1e4e2ba29ca6e78c227cf0 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; }
|
|
|