Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: webkit/support/webkit_support_gfx.h

Issue 10202008: Add EncodeRGBAPNGWithChecksum method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/support/webkit_support_gfx.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | webkit/support/webkit_support_gfx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698