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

Unified Diff: Source/core/layout/LayoutView.cpp

Issue 1095043003: Convert LayoutObject renderer names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/LayoutObject.cpp ('k') | Source/core/layout/SubtreeLayoutScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutView.cpp
diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
index a934dafcdcb0783c643cfb2c83126546c1c6abc9..8bfc3c847e8d4d520005c5253026c7ae064e6c5f 100644
--- a/Source/core/layout/LayoutView.cpp
+++ b/Source/core/layout/LayoutView.cpp
@@ -821,7 +821,7 @@ LayoutObject* LayoutView::backgroundRenderer() const
{
if (Element* documentElement = document().documentElement()) {
if (LayoutObject* rootObject = documentElement->layoutObject())
- return rootObject->rendererForRootBackground();
+ return rootObject->layoutObjectForRootBackground();
}
return 0;
}
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/SubtreeLayoutScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698