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

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

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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.h
diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
index 93eba2f5a5239d54b295278ab17a55560f17fa13..a1d16037ede7829595d977fad6ac25d9a59dcf2e 100644
--- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
+++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
@@ -28,7 +28,7 @@ class DelegatedFrameResourceCollection;
class DelegatedRendererLayer;
}
-namespace WebKit {
+namespace blink {
class WebPluginContainer;
class WebLayer;
}
@@ -40,7 +40,7 @@ class BrowserPluginManager;
class CONTENT_EXPORT BrowserPluginCompositingHelper :
public base::RefCounted<BrowserPluginCompositingHelper> {
public:
- BrowserPluginCompositingHelper(WebKit::WebPluginContainer* container,
+ BrowserPluginCompositingHelper(blink::WebPluginContainer* container,
BrowserPluginManager* manager,
int instance_id,
int host_routing_id);
@@ -106,8 +106,8 @@ class CONTENT_EXPORT BrowserPluginCompositingHelper :
scoped_refptr<cc::SolidColorLayer> background_layer_;
scoped_refptr<cc::TextureLayer> texture_layer_;
scoped_refptr<cc::DelegatedRendererLayer> delegated_layer_;
- scoped_ptr<WebKit::WebLayer> web_layer_;
- WebKit::WebPluginContainer* container_;
+ scoped_ptr<blink::WebLayer> web_layer_;
+ blink::WebPluginContainer* container_;
scoped_refptr<BrowserPluginManager> browser_plugin_manager_;
};

Powered by Google App Engine
This is Rietveld 408576698