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

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

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_impl.cc ('k') | webkit/plugins/ppapi/ppb_video_layer_software.cc » ('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.h
diff --git a/webkit/plugins/ppapi/ppb_video_layer_software.h b/webkit/plugins/ppapi/ppb_video_layer_software.h
index a1b901b92eb9ab8be6d7136916001af1954da77d..6367cd1c614b5c0336ccd87ee62b06d21792cf74 100644
--- a/webkit/plugins/ppapi/ppb_video_layer_software.h
+++ b/webkit/plugins/ppapi/ppb_video_layer_software.h
@@ -6,16 +6,13 @@
#define WEBKIT_PLUGINS_PPAPI_PPB_VIDEO_LAYER_SOFTWARE_H_
#include "webkit/plugins/ppapi/ppb_video_layer_impl.h"
-#include "webkit/plugins/ppapi/resource.h"
namespace webkit {
namespace ppapi {
-class PluginInstance;
-
class PPB_VideoLayer_Software : public PPB_VideoLayer_Impl {
public:
- explicit PPB_VideoLayer_Software(PluginInstance* instance);
+ explicit PPB_VideoLayer_Software(PP_Instance instance);
virtual ~PPB_VideoLayer_Software();
// PPB_VideoLayer_Impl implementations.
« no previous file with comments | « webkit/plugins/ppapi/ppb_video_layer_impl.cc ('k') | webkit/plugins/ppapi/ppb_video_layer_software.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698