Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: content/renderer/browser_plugin/browser_plugin_compositing_helper.cc

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | webkit/compositor_bindings/web_animation_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698