Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 8ea5babcfb274c6b2980c63fa1f0670afd315a7e..291a516e9da7bbc484b6bc5bc248b2659700fd56 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -1913,7 +1913,7 @@ void FrameView::setBaseBackgroundColor(const Color& backgroundColor) |
m_baseBackgroundColor = backgroundColor; |
if (renderView() && renderView()->layer()->hasCompositedLayerMapping()) { |
- CompositedLayerMappingPtr compositedLayerMapping = renderView()->layer()->compositedLayerMapping(); |
+ CompositedLayerMapping* compositedLayerMapping = renderView()->layer()->compositedLayerMapping(); |
compositedLayerMapping->updateContentsOpaque(); |
if (compositedLayerMapping->mainGraphicsLayer()) |
compositedLayerMapping->mainGraphicsLayer()->setNeedsDisplay(); |