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

Unified Diff: webkit/plugins/ppapi/ppb_layer_compositor_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_input_event_impl.cc ('k') | webkit/plugins/ppapi/ppb_layer_compositor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_layer_compositor_impl.h
diff --git a/webkit/plugins/ppapi/ppb_layer_compositor_impl.h b/webkit/plugins/ppapi/ppb_layer_compositor_impl.h
index b35264f068eb904396de17178b040a991673dfbb..d4f1838ec6311dc08a69aa9e75b4358aa671ee53 100644
--- a/webkit/plugins/ppapi/ppb_layer_compositor_impl.h
+++ b/webkit/plugins/ppapi/ppb_layer_compositor_impl.h
@@ -5,8 +5,9 @@
#ifndef WEBKIT_PLUGINS_PPAPI_PPB_LAYER_COMPOSITOR_IMPL_H_
#define WEBKIT_PLUGINS_PPAPI_PPB_LAYER_COMPOSITOR_IMPL_H_
+#include "base/compiler_specific.h"
#include "ppapi/thunk/ppb_layer_compositor_api.h"
-#include "webkit/plugins/ppapi/resource.h"
+#include "ppapi/shared_impl/resource.h"
struct PP_Rect;
struct PP_Size;
@@ -14,13 +15,11 @@ struct PP_Size;
namespace webkit {
namespace ppapi {
-class PluginInstance;
-
class PPB_LayerCompositor_Impl
- : public Resource,
+ : public ::ppapi::Resource,
public ::ppapi::thunk::PPB_LayerCompositor_API {
public:
- explicit PPB_LayerCompositor_Impl(PluginInstance* instance);
+ explicit PPB_LayerCompositor_Impl(PP_Instance instance);
virtual ~PPB_LayerCompositor_Impl();
static const PPB_LayerCompositor_Dev* GetInterface();
« no previous file with comments | « webkit/plugins/ppapi/ppb_input_event_impl.cc ('k') | webkit/plugins/ppapi/ppb_layer_compositor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698