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

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

Issue 10913257: Convert url request info to new proxy API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 3 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/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.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.h
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h
index e5a7caef9f96c0f2d937122f3b94d09e2d7462ae..350c1f96b4711bd2073a413da7016b35366462a3 100644
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
@@ -80,6 +80,7 @@ namespace ppapi {
struct InputEventData;
struct PPP_Instance_Combined;
class Resource;
+struct URLRequestInfoData;
}
namespace ui {
@@ -98,7 +99,6 @@ class PPB_Graphics2D_Impl;
class PPB_Graphics3D_Impl;
class PPB_ImageData_Impl;
class PPB_URLLoader_Impl;
-class PPB_URLRequestInfo_Impl;
// Represents one time a plugin appears on one web page.
//
@@ -327,7 +327,7 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance :
bool SetFullscreen(bool fullscreen);
// Implementation of PPB_Flash.
- int32_t Navigate(PPB_URLRequestInfo_Impl* request,
+ int32_t Navigate(const ::ppapi::URLRequestInfoData& request,
const char* target,
bool from_user_action);
bool IsRectTopmost(const gfx::Rect& rect);
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698