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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (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
« no previous file with comments | « chrome/renderer/pepper/ppb_pdf_impl.cc ('k') | chrome/renderer/plugins/chrome_plugin_placeholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/chrome_plugin_placeholder.h
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.h b/chrome/renderer/plugins/chrome_plugin_placeholder.h
index fefab1bfd7c9693f25a177d6f0f6df9eb96cc377..0e8b1e38768aba3f0cb0c84d8e796a3ff07eb967 100644
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.h
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.h
@@ -17,8 +17,8 @@ class ChromePluginPlaceholder : public plugins::PluginPlaceholder,
static ChromePluginPlaceholder* CreateBlockedPlugin(
content::RenderView* render_view,
- WebKit::WebFrame* frame,
- const WebKit::WebPluginParams& params,
+ blink::WebFrame* frame,
+ const blink::WebPluginParams& params,
const content::WebPluginInfo& info,
const std::string& identifier,
const string16& name,
@@ -28,8 +28,8 @@ class ChromePluginPlaceholder : public plugins::PluginPlaceholder,
// Creates a new WebViewPlugin with a MissingPlugin as a delegate.
static ChromePluginPlaceholder* CreateMissingPlugin(
content::RenderView* render_view,
- WebKit::WebFrame* frame,
- const WebKit::WebPluginParams& params);
+ blink::WebFrame* frame,
+ const blink::WebPluginParams& params);
static ChromePluginPlaceholder* CreateErrorPlugin(
content::RenderView* render_view,
@@ -43,20 +43,20 @@ class ChromePluginPlaceholder : public plugins::PluginPlaceholder,
private:
ChromePluginPlaceholder(content::RenderView* render_view,
- WebKit::WebFrame* frame,
- const WebKit::WebPluginParams& params,
+ blink::WebFrame* frame,
+ const blink::WebPluginParams& params,
const std::string& html_data,
const string16& title);
virtual ~ChromePluginPlaceholder();
// WebViewPlugin::Delegate (via PluginPlaceholder) method
- virtual void BindWebFrame(WebKit::WebFrame* frame) OVERRIDE;
+ virtual void BindWebFrame(blink::WebFrame* frame) OVERRIDE;
// content::RenderViewObserver (via PluginPlaceholder) override:
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
// WebViewPlugin::Delegate (via PluginPlaceholder) methods:
- virtual void ShowContextMenu(const WebKit::WebMouseEvent&) OVERRIDE;
+ virtual void ShowContextMenu(const blink::WebMouseEvent&) OVERRIDE;
// content::RenderProcessObserver methods:
virtual void PluginListChanged() OVERRIDE;
« no previous file with comments | « chrome/renderer/pepper/ppb_pdf_impl.cc ('k') | chrome/renderer/plugins/chrome_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698