| Index: ppapi/proxy/ppb_image_data_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_image_data_proxy.h (revision 118405)
|
| +++ ppapi/proxy/ppb_image_data_proxy.h (working copy)
|
| @@ -51,9 +51,8 @@
|
| virtual void* Map() OVERRIDE;
|
| virtual void Unmap() OVERRIDE;
|
| virtual int32_t GetSharedMemory(int* handle, uint32_t* byte_count) OVERRIDE;
|
| + virtual skia::PlatformCanvas* GetPlatformCanvas() OVERRIDE;
|
|
|
| - skia::PlatformCanvas* mapped_canvas() const { return mapped_canvas_.get(); }
|
| -
|
| const PP_ImageDataDesc& desc() const { return desc_; }
|
|
|
| static const ImageHandle NullHandle;
|
|
|