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

Unified Diff: chrome/renderer/render_view.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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_plugin_delegate_impl.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 69381)
+++ chrome/renderer/render_view.h (working copy)
@@ -96,11 +96,15 @@
class Rect;
}
-namespace pepper {
+namespace webkit {
+namespace ppapi {
+
class PluginInstance;
class FullscreenContainer;
-}
+} // namespace ppapi
+} // namespace webkit
+
namespace safe_browsing {
class PhishingClassifierDelegate;
}
@@ -331,8 +335,8 @@
void OnPepperPluginDestroy(WebPluginDelegatePepper* pepper_plugin);
// Creates a fullscreen container for a pepper plugin instance.
- pepper::FullscreenContainer* CreatePepperFullscreenContainer(
- pepper::PluginInstance* plugin);
+ webkit::ppapi::FullscreenContainer* CreatePepperFullscreenContainer(
+ webkit::ppapi::PluginInstance* plugin);
// Create a new plugin without checking the content settings.
WebKit::WebPlugin* CreatePluginNoCheck(WebKit::WebFrame* frame,
@@ -1013,10 +1017,11 @@
const std::string& mime_type);
// Create a new Pepper plugin.
- WebKit::WebPlugin* CreatePepperPlugin(WebKit::WebFrame* frame,
- const WebKit::WebPluginParams& params,
- const FilePath& path,
- pepper::PluginModule* pepper_module);
+ WebKit::WebPlugin* CreatePepperPlugin(
+ WebKit::WebFrame* frame,
+ const WebKit::WebPluginParams& params,
+ const FilePath& path,
+ webkit::ppapi::PluginModule* pepper_module);
WebKit::WebPlugin* CreateOutdatedPluginPlaceholder(
WebKit::WebFrame* frame,
« no previous file with comments | « chrome/renderer/pepper_plugin_delegate_impl.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698