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

Unified Diff: webkit/plugins/ppapi/ppb_widget_impl.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_software.cc ('k') | webkit/plugins/ppapi/ppb_widget_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_widget_impl.h
diff --git a/webkit/plugins/ppapi/ppb_widget_impl.h b/webkit/plugins/ppapi/ppb_widget_impl.h
index b8ebc713f74b19c6c15b8f5ef6a93de21e388841..eeed6dd6ca9356066fb19dd8e3c97fdb589260ed 100644
--- a/webkit/plugins/ppapi/ppb_widget_impl.h
+++ b/webkit/plugins/ppapi/ppb_widget_impl.h
@@ -8,8 +8,8 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "ppapi/c/pp_rect.h"
+#include "ppapi/shared_impl/resource.h"
#include "ppapi/thunk/ppb_widget_api.h"
-#include "webkit/plugins/ppapi/resource.h"
struct PPB_Widget_Dev;
@@ -24,12 +24,11 @@ namespace webkit {
namespace ppapi {
class PPB_ImageData_Impl;
-class PluginInstance;
-class PPB_Widget_Impl : public Resource,
+class PPB_Widget_Impl : public ::ppapi::Resource,
public ::ppapi::thunk::PPB_Widget_API {
public:
- explicit PPB_Widget_Impl(PluginInstance* instance);
+ explicit PPB_Widget_Impl(PP_Instance instance);
virtual ~PPB_Widget_Impl();
// Resource overrides.
« no previous file with comments | « webkit/plugins/ppapi/ppb_video_layer_software.cc ('k') | webkit/plugins/ppapi/ppb_widget_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698