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

Unified Diff: third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp

Issue 2567983004: color: Add histograms for gamut (Closed)
Patch Set: merged Created 4 years 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/graphics/ColorBehavior.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp b/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
index ade02330ba90ef474a55aff70c172053b39ab39a..67635875686d8640ce9b87e9d641c11c609650ef 100644
--- a/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ColorBehavior.cpp
@@ -35,7 +35,7 @@ void ColorBehavior::setGlobalTargetColorProfile(
SkColorSpace::MakeICC(profile.data(), profile.size()).release();
// UMA statistics.
- BitmapImageMetrics::countOutputGamma(gTargetColorSpace);
+ BitmapImageMetrics::countOutputGammaAndGamut(gTargetColorSpace);
}
void ColorBehavior::setGlobalTargetColorSpaceForTesting(

Powered by Google App Engine
This is Rietveld 408576698