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

Unified Diff: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp

Issue 2512683003: Create ImageDecoder target color space (Closed)
Patch Set: Fix mid-air collision with https://codereview.chromium.org/2483243003 Created 4 years, 1 month 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: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
diff --git a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
index b170e7b08c922382d235122ea58c9461be27f99b..8e481e0a1ad854d3dd9d4a6113fe0d161d835a15 100644
--- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
+++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
@@ -312,7 +312,7 @@ int main(int argc, char* argv[]) {
applyColorCorrection = (--argc, ++argv, true);
WebVector<char> profile;
getScreenColorProfile(&profile); // Returns a color spin color profile.
- ImageDecoder::setTargetColorProfile(profile);
+ ImageDecoder::setGlobalTargetColorProfile(profile);
}
if (argc < 2) {

Powered by Google App Engine
This is Rietveld 408576698