| Index: ppapi/proxy/ppb_image_data_proxy.h
|
| diff --git a/ppapi/proxy/ppb_image_data_proxy.h b/ppapi/proxy/ppb_image_data_proxy.h
|
| index c56217a5f4674c8d4f2afe921232ffa995a98909..ae24b3574f1254fa145e6bbe4ab2acd520108bb9 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,
|
|
|