Index: webkit/glue/plugins/pepper_image_data.h |
=================================================================== |
--- webkit/glue/plugins/pepper_image_data.h (revision 67614) |
+++ webkit/glue/plugins/pepper_image_data.h (working copy) |
@@ -64,7 +64,7 @@ |
void Unmap(); |
// PPB_ImageDataTrusted implementation. |
- uint64 GetNativeMemoryHandle(uint32* byte_count) const; |
+ int GetSharedMemoryHandle(uint32* byte_count) const; |
// The mapped bitmap and canvas will be NULL if the image is not mapped. |
skia::PlatformCanvas* mapped_canvas() const { return mapped_canvas_.get(); } |