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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h

Issue 8872045: Fix PluginImageData and mouselock NaCl example: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h
index 71d4210841b2f1e12ee13396176833bdac488ff2..7a274a4da08b4d52f61dce91518e5dd9235d59e3 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_image_data.h
@@ -15,6 +15,8 @@ namespace ppapi_proxy {
class PluginImageData : public PluginResource {
public:
PluginImageData();
+ virtual ~PluginImageData();
+
static const PPB_ImageData* GetInterface();
bool InitFromBrowserResource(PP_Resource resource);

Powered by Google App Engine
This is Rietveld 408576698