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

Unified Diff: chrome/common/chrome_utility_messages.h

Issue 1764603002: Added ROBUST_PNG_CODEC to ImageDecoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 9 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 | « chrome/browser/image_decoder_browsertest.cc ('k') | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_utility_messages.h
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
index b40545104066fcc91306fe51d03177359bb7da81..6e948504347fb450ac4c604bd27039a574ffd9dd 100644
--- a/chrome/common/chrome_utility_messages.h
+++ b/chrome/common/chrome_utility_messages.h
@@ -152,6 +152,11 @@ IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_DecodeImage,
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_RobustJPEGDecodeImage,
std::vector<unsigned char> /* encoded image contents*/,
int /* delegate id */)
+// Tell the utility process to decode the given PNG image data with a robust
+// libpng codec.
+IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_RobustPNGDecodeImage,
+ std::vector<unsigned char> /* encoded image contents*/,
+ int /* delegate id */)
#endif // defined(OS_CHROMEOS)
// Tell the utility process to patch the given |input_file| using |patch_file|
« no previous file with comments | « chrome/browser/image_decoder_browsertest.cc ('k') | chrome/utility/chrome_content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698