Index: content/renderer/browser_plugin/browser_plugin_compositing_helper.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc |
index 06302af141eed4c53232d34d5fedf5f3e043a49d..fe0cc1c64976fe7e35d8ae1ec34f581e742e82a9 100644 |
--- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc |
+++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.cc |
@@ -49,7 +49,7 @@ void BrowserPluginCompositingHelper::EnableCompositing(bool enable) { |
background_layer_->SetBackgroundColor( |
SkColorSetARGBInline(255, 255, 255, 255)); |
background_layer_->AddChild(texture_layer_); |
- web_layer_.reset(new WebKit::WebLayerImpl(background_layer_)); |
+ web_layer_.reset(new webkit::WebLayerImpl(background_layer_)); |
} |
container_->setWebLayer(enable ? web_layer_.get() : NULL); |