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

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: add #ifdef Created 4 years, 10 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
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|

Powered by Google App Engine
This is Rietveld 408576698