Chromium Code Reviews| Index: ppapi/proxy/image_data.h |
| =================================================================== |
| --- ppapi/proxy/image_data.h (revision 72517) |
| +++ ppapi/proxy/image_data.h (working copy) |
| @@ -19,6 +19,7 @@ |
| public pp::shared_impl::ImageDataImpl { |
| public: |
| ImageData(PP_Instance instance, |
| + SerializedResource resource, |
|
viettrungluu
2011/01/27 16:52:58
This sort of use makes me think that SerializedRes
|
| const PP_ImageDataDesc& desc, |
| ImageHandle handle); |
| virtual ~ImageData(); |