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

Unified Diff: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.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/SubtreeLayoutScope.cpp ('k') | Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
index e53b980e456ad91d5e5b0e94f7a631e270e24ce4..8e4f3920d887ec58d2a21caa1328de8c2e571b63 100644
--- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
+++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
@@ -1739,7 +1739,7 @@ Color CompositedDeprecatedPaintLayerMapping::layoutObjectBackgroundColor() const
{
LayoutObject* backgroundLayoutObject = layoutObject();
if (backgroundLayoutObject->isDocumentElement())
- backgroundLayoutObject = backgroundLayoutObject->rendererForRootBackground();
+ backgroundLayoutObject = backgroundLayoutObject->layoutObjectForRootBackground();
return backgroundLayoutObject->resolveColor(CSSPropertyBackgroundColor);
}
« no previous file with comments | « Source/core/layout/SubtreeLayoutScope.cpp ('k') | Source/core/paint/BoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698