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

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

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 years, 10 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 1294cd2f704269262c1a0b3884bb643e549833a8..204c34ebb9a49418a2dcdf1abe154ad1d70b160c 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_renderer; }
+ virtual LayoutObject* layoutObject() const override final { return m_renderer; }
virtual LayoutRect elementRect() const override;
void setRenderer(LayoutObject*);

Powered by Google App Engine
This is Rietveld 408576698