Index: Source/core/paint/ViewPainter.cpp |
diff --git a/Source/core/paint/ViewPainter.cpp b/Source/core/paint/ViewPainter.cpp |
index 34d89c8b5d9213c6d49f5ed72ce4551a24bc47b8..94ab169ad349e7a1ea3ff72767bf823bc57d2fd7 100644 |
--- a/Source/core/paint/ViewPainter.cpp |
+++ b/Source/core/paint/ViewPainter.cpp |
@@ -42,7 +42,7 @@ void ViewPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffs |
static inline bool rendererObscuresBackground(LayoutBox* rootBox) |
{ |
ASSERT(rootBox); |
- const LayoutStyle& style = rootBox->styleRef(); |
+ const ComputedStyle& style = rootBox->styleRef(); |
if (style.visibility() != VISIBLE |
|| style.opacity() != 1 |
|| style.hasFilter() |