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

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

Issue 1564863002: Get rid of AXScrollView and AXScrollbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dump_oopif_3
Patch Set: Created 4 years, 11 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 d207fe17ab9c7c662b5a2afd861f3259ea27a7d0..3effa1e77c8e0e660ae7f68fa8b758e3e1e9c62d 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -81,7 +81,6 @@ protected:
bool isAXLayoutObject() const override { return true; }
// Check object role or purpose.
- bool isAttachment() const override;
bool isEditable() const override;
bool isRichlyEditable() const override;
bool isLinked() const override;
@@ -181,7 +180,6 @@ protected:
Document* document() const override;
FrameView* documentFrameView() const override;
Element* anchorElement() const override;
- Widget* widgetForAttachmentView() const override;
void setValue(const String&) override;
@@ -210,7 +208,7 @@ private:
void addTextFieldChildren();
void addImageMapChildren();
void addCanvasChildren();
- void addAttachmentChildren();
+ void addFrameChildren();
void addPopupChildren();
void addRemoteSVGChildren();
void addInlineTextBoxChildren(bool force);

Powered by Google App Engine
This is Rietveld 408576698