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

Unified Diff: webkit/plugins/ppapi/ppb_video_layer_software.cc

Issue 7669055: Remove webkit::ppapi::Resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nulls auditeed Created 9 years, 4 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/plugins/ppapi/ppb_video_layer_software.h ('k') | webkit/plugins/ppapi/ppb_widget_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_video_layer_software.cc
diff --git a/webkit/plugins/ppapi/ppb_video_layer_software.cc b/webkit/plugins/ppapi/ppb_video_layer_software.cc
index dbc1364cedb0480966d2b86f8afb8774fb3d9178..b569420313eed486faa38ee5d2c6cb6b41e49126 100644
--- a/webkit/plugins/ppapi/ppb_video_layer_software.cc
+++ b/webkit/plugins/ppapi/ppb_video_layer_software.cc
@@ -7,7 +7,7 @@
namespace webkit {
namespace ppapi {
-PPB_VideoLayer_Software::PPB_VideoLayer_Software(PluginInstance* instance)
+PPB_VideoLayer_Software::PPB_VideoLayer_Software(PP_Instance instance)
: PPB_VideoLayer_Impl(instance) {
}
« no previous file with comments | « webkit/plugins/ppapi/ppb_video_layer_software.h ('k') | webkit/plugins/ppapi/ppb_widget_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698