Index: Source/core/paint/ViewPainter.cpp |
diff --git a/Source/core/paint/ViewPainter.cpp b/Source/core/paint/ViewPainter.cpp |
index 5de260cee5c7cc975422a5efd40fe3f8b202d646..bb9e229d54a54b89269913750d3047f0aa1d56a2 100644 |
--- a/Source/core/paint/ViewPainter.cpp |
+++ b/Source/core/paint/ViewPainter.cpp |
@@ -52,7 +52,7 @@ static inline bool rendererObscuresBackground(RenderBox* rootBox) |
if (rootBox->compositingState() == PaintsIntoOwnBacking) |
return false; |
- const RenderObject* rootRenderer = rootBox->rendererForRootBackground(); |
+ const LayoutObject* rootRenderer = rootBox->rendererForRootBackground(); |
if (rootRenderer->style()->backgroundClip() == TextFillBox) |
return false; |