diff options
Diffstat (limited to 'ppapi/proxy/ppb_image_data_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_image_data_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/ppb_image_data_proxy.h b/ppapi/proxy/ppb_image_data_proxy.h index c56217a5..ae24b35 100644 --- a/ppapi/proxy/ppb_image_data_proxy.h +++ b/ppapi/proxy/ppb_image_data_proxy.h @@ -27,6 +27,8 @@ class TransportDIB; namespace ppapi { namespace proxy { +class SerializedHandle; + // The proxied image data resource. Unlike most resources, this needs to be // public in the header since a number of other resources need to access it. class ImageData : public ppapi::Resource, |