Index: Source/core/rendering/CompositedLayerMapping.cpp |
diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp |
index 92c923734c556bd8ba93e3ac8b9ceaade988306e..1beb7cc164262f6339bd2d03b1cfc88dbb9bae0d 100644 |
--- a/Source/core/rendering/CompositedLayerMapping.cpp |
+++ b/Source/core/rendering/CompositedLayerMapping.cpp |
@@ -859,7 +859,7 @@ void CompositedLayerMapping::updateDrawsContent(bool isSimpleContainer) |
if (hasPaintedContent && isAcceleratedCanvas(renderer())) { |
CanvasRenderingContext* context = toHTMLCanvasElement(renderer()->node())->renderingContext(); |
// Content layer may be null if context is lost. |
- if (WebKit::WebLayer* contentLayer = context->platformLayer()) { |
+ if (blink::WebLayer* contentLayer = context->platformLayer()) { |
Color bgColor; |
if (contentLayerSupportsDirectBackgroundComposition(renderer())) { |
bgColor = rendererBackgroundColor(); |