Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: third_party/WebKit/Source/core/dom/AXObjectCache.h

Issue 2589263002: Remove undefined method AXObjectCache::focusedObject. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/AXObjectCache.h
diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
index 712aa0cdb8e48294e181a9ebe98190c7a060f35c..a853d19968b2212b494e04b35b903a9d0044b084 100644
--- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
+++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
@@ -36,7 +36,6 @@ typedef unsigned AXID;
namespace blink {
class AbstractInlineTextBox;
-class AXObject;
class FrameView;
class HTMLCanvasElement;
class HTMLOptionElement;
@@ -51,8 +50,6 @@ class CORE_EXPORT AXObjectCache
public:
static AXObjectCache* create(Document&);
- static AXObject* focusedObject();
-
virtual ~AXObjectCache();
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698