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

Unified Diff: Source/core/layout/LayoutState.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/core/layout/LayoutSliderContainer.cpp ('k') | Source/core/layout/LayoutTableCellTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutState.h
diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
index 88368563c19093efdfc1c43b0b8bee27d46cc974..06527f70480c1a48b621f4255b9138840610a495 100644
--- a/Source/core/layout/LayoutState.h
+++ b/Source/core/layout/LayoutState.h
@@ -77,7 +77,7 @@ public:
ColumnInfo* columnInfo() const { return m_columnInfo; }
- LayoutObject& renderer() const { return m_renderer; }
+ LayoutObject& layoutObject() const { return m_renderer; }
private:
friend class ForceHorriblySlowRectMapping;
« no previous file with comments | « Source/core/layout/LayoutSliderContainer.cpp ('k') | Source/core/layout/LayoutTableCellTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698