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

Unified Diff: ppapi/proxy/ppb_flash_proxy.cc

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
Index: ppapi/proxy/ppb_flash_proxy.cc
===================================================================
--- ppapi/proxy/ppb_flash_proxy.cc (revision 69282)
+++ ppapi/proxy/ppb_flash_proxy.cc (working copy)
@@ -15,7 +15,7 @@
#include "ppapi/proxy/plugin_resource.h"
#include "ppapi/proxy/ppapi_messages.h"
#include "ppapi/proxy/serialized_var.h"
-#include "webkit/glue/plugins/ppb_private2.h"
+#include "webkit/plugins/ppapi/ppb_flash.h"
namespace pp {
namespace proxy {
@@ -192,7 +192,7 @@
return result;
}
-const PPB_Private2 ppb_flash = {
+const PPB_Flash ppb_flash = {
&SetInstanceAlwaysOnTop,
&DrawGlyphs,
&GetProxyForURL,

Powered by Google App Engine
This is Rietveld 408576698