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

Unified Diff: chrome/utility/chrome_content_utility_client.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/common/chrome_utility_messages.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index c79ce914cc428bbcc16c55b8dda29f16ffd36d67..049b1b158d30e4f51b1d52f66468388b99897ada 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -58,6 +58,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
#if defined(OS_CHROMEOS)
void OnRobustJPEGDecodeImage(const std::vector<unsigned char>& encoded_data,
int request_id);
+ void OnRobustPNGDecodeImage(const std::vector<unsigned char>& encoded_data,
+ int request_id);
void OnCreateZipFile(const base::FilePath& src_dir,
const std::vector<base::FilePath>& src_relative_paths,
« no previous file with comments | « chrome/common/chrome_utility_messages.h ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698