| 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 8403f4f2d76b4c72431ab95a4f86c5f687118576..cdaeefcfb25ad0e187787ddcaae0a9a30fb5e3dd 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);
|
|
|