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

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

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/modules/accessibility/AXImageMapLink.cpp ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXLayoutObject.h
diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
index 18e09b9489c64734148eae43bbf9bc2ecdc5f839..647d2c992c6e5641d96dd94af348d56018d96f0a 100644
--- a/Source/modules/accessibility/AXLayoutObject.h
+++ b/Source/modules/accessibility/AXLayoutObject.h
@@ -54,7 +54,7 @@ public:
virtual ~AXLayoutObject();
// Public, overridden from AXObject.
- virtual LayoutObject* renderer() const override final { return m_layoutObject; }
+ virtual LayoutObject* layoutObject() const override final { return m_layoutObject; }
virtual LayoutRect elementRect() const override;
void setLayoutObject(LayoutObject*);
« no previous file with comments | « Source/modules/accessibility/AXImageMapLink.cpp ('k') | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698