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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix issues in AutomationApiTest.Events Created 5 years, 3 months 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
Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 163580e41166fb99bb83a48b7194f08426ebf600..25f35ef249e09652c2a8c7aece189e06277d126e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -43,7 +43,6 @@ class FrameView;
class HTMLAreaElement;
class IntPoint;
class Node;
-class Widget;
class MODULES_EXPORT AXLayoutObject : public AXNodeObject {
protected:
@@ -186,7 +185,6 @@ protected:
Document* document() const override;
FrameView* documentFrameView() const override;
Element* anchorElement() const override;
- Widget* widgetForAttachmentView() const override;
void setValue(const String&) override;
@@ -217,7 +215,6 @@ private:
void addTextFieldChildren();
void addImageMapChildren();
void addCanvasChildren();
- void addAttachmentChildren();
void addPopupChildren();
void addRemoteSVGChildren();
void addInlineTextBoxChildren(bool force);
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698