Commit 862764ee authored by jbroman's avatar jbroman Committed by Commit bot

Remove undefined method AXObjectCache::focusedObject.

Also remove unused forward declaration of AXObject.

Review-Url: https://codereview.chromium.org/2589263002
Cr-Commit-Position: refs/heads/master@{#439858}
parent 3f26be51
...@@ -36,7 +36,6 @@ typedef unsigned AXID; ...@@ -36,7 +36,6 @@ typedef unsigned AXID;
namespace blink { namespace blink {
class AbstractInlineTextBox; class AbstractInlineTextBox;
class AXObject;
class FrameView; class FrameView;
class HTMLCanvasElement; class HTMLCanvasElement;
class HTMLOptionElement; class HTMLOptionElement;
...@@ -51,8 +50,6 @@ class CORE_EXPORT AXObjectCache ...@@ -51,8 +50,6 @@ class CORE_EXPORT AXObjectCache
public: public:
static AXObjectCache* create(Document&); static AXObjectCache* create(Document&);
static AXObject* focusedObject();
virtual ~AXObjectCache(); virtual ~AXObjectCache();
DEFINE_INLINE_VIRTUAL_TRACE() {} DEFINE_INLINE_VIRTUAL_TRACE() {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment