summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings/WebVideoLayerImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/compositor_bindings/WebVideoLayerImpl.cpp')
-rw-r--r--webkit/compositor_bindings/WebVideoLayerImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/compositor_bindings/WebVideoLayerImpl.cpp b/webkit/compositor_bindings/WebVideoLayerImpl.cpp
index b1f6751..7241706 100644
--- a/webkit/compositor_bindings/WebVideoLayerImpl.cpp
+++ b/webkit/compositor_bindings/WebVideoLayerImpl.cpp
@@ -16,7 +16,7 @@ WebVideoLayer* WebVideoLayer::create(WebVideoFrameProvider* provider)
}
WebVideoLayerImpl::WebVideoLayerImpl(WebVideoFrameProvider* provider)
- : m_layer(adoptPtr(new WebLayerImpl(WebCore::VideoLayerChromium::create(provider))))
+ : m_layer(adoptPtr(new WebLayerImpl(cc::VideoLayerChromium::create(provider))))
{
}