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

Unified Diff: content/renderer/pepper/pepper_browser_connection.cc

Issue 105553005: Make PepperWebPlugin not use RenderViews. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 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
Index: content/renderer/pepper/pepper_browser_connection.cc
===================================================================
--- content/renderer/pepper/pepper_browser_connection.cc (revision 242033)
+++ content/renderer/pepper/pepper_browser_connection.cc (working copy)
@@ -41,14 +41,14 @@
void PepperBrowserConnection::DidCreateInProcessInstance(
PP_Instance instance,
- int render_view_id,
+ int render_frame_id,
const GURL& document_url,
const GURL& plugin_url) {
Send(new ViewHostMsg_DidCreateInProcessInstance(
instance,
// Browser provides the render process id.
PepperRendererInstanceData(0,
- render_view_id,
+ render_frame_id,
document_url,
plugin_url)));
}
« no previous file with comments | « content/renderer/pepper/pepper_browser_connection.h ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698