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

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

Issue 1014573010: Get rid of postToElement argument for accessibility notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@postnotification_1
Patch Set: Rebaseline test Created 5 years, 9 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: Source/modules/accessibility/AXLayoutObject.h
diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
index 647d2c992c6e5641d96dd94af348d56018d96f0a..1c24a4009f451363fd5705f224246b1dd8514e9b 100644
--- a/Source/modules/accessibility/AXLayoutObject.h
+++ b/Source/modules/accessibility/AXLayoutObject.h
@@ -162,7 +162,6 @@ protected:
virtual bool needsToUpdateChildren() const override { return m_childrenDirty; }
virtual void setNeedsToUpdateChildren() override { m_childrenDirty = true; }
virtual void clearChildren() override;
- virtual AXObject* observableObject() const override;
// Properties of the object's owning document or page.
virtual double estimatedLoadingProgress() const override;
@@ -199,7 +198,6 @@ private:
bool nodeIsTextControl(const Node*) const;
bool isTabItemSelected() const;
AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
- bool layoutObjectIsObservable(LayoutObject*) const;
LayoutObject* layoutParentObject() const;
bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
bool isSVGImage() const;
« no previous file with comments | « LayoutTests/accessibility/contenteditable-notifications-expected.txt ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698