Index: Source/core/platform/graphics/ImageBuffer.cpp |
diff --git a/Source/core/platform/graphics/ImageBuffer.cpp b/Source/core/platform/graphics/ImageBuffer.cpp |
index c53b749ab60ba51c16d09e32c9ed7dc219997557..a599686ec265418ec6f9c1cca40b9f41a3d5b6b3 100644 |
--- a/Source/core/platform/graphics/ImageBuffer.cpp |
+++ b/Source/core/platform/graphics/ImageBuffer.cpp |
@@ -205,7 +205,7 @@ BackingStoreCopy ImageBuffer::fastCopyImageMode() |
return DontCopyBackingStore; |
} |
-WebKit::WebLayer* ImageBuffer::platformLayer() const |
+blink::WebLayer* ImageBuffer::platformLayer() const |
{ |
return m_layerBridge ? m_layerBridge->layer() : 0; |
} |