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

Unified Diff: Source/core/layout/LayoutState.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/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;

Powered by Google App Engine
This is Rietveld 408576698