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

Unified Diff: webkit/plugins/ppapi/ppapi_plugin_instance.cc

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « webkit/plugins/npapi/webplugin_impl.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppapi_plugin_instance.cc
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.cc b/webkit/plugins/ppapi/ppapi_plugin_instance.cc
index a333593cc7f1b42b2c9c3fe8e1876da6d3078a66..efc6d43766638dbb3e994948ac98ed28217a1eb3 100644
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.cc
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.cc
@@ -1717,7 +1717,7 @@ void PluginInstance::UpdateLayer() {
if (want_layer) {
DCHECK(bound_graphics_3d_.get());
texture_layer_ = cc::TextureLayer::Create(this);
- web_layer_.reset(new WebKit::WebLayerImpl(texture_layer_));
+ web_layer_.reset(new webkit::WebLayerImpl(texture_layer_));
if (fullscreen_container_)
fullscreen_container_->SetLayer(web_layer_.get());
else
« no previous file with comments | « webkit/plugins/npapi/webplugin_impl.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698