Index: webkit/support/webkit_support_gfx.h |
=================================================================== |
--- webkit/support/webkit_support_gfx.h (revision 132762) |
+++ webkit/support/webkit_support_gfx.h (working copy) |
@@ -38,6 +38,14 @@ |
const std::string& checksum, |
std::vector<unsigned char>* output); |
+bool EncodeRGBAPNGWithChecksum(const unsigned char* input, |
+ int width, |
+ int height, |
+ int row_byte_width, |
+ bool discard_transparency, |
+ const std::string& checksum, |
+ std::vector<unsigned char>* output); |
+ |
} // namespace webkit_support |
#endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_GFX_H_ |