Chromium Code Reviews

Unified Diff: gm/constcolorprocessor.cpp

Issue 1845283003: Gamma-correctness pushed into Skia, top-down. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: gm/constcolorprocessor.cpp
diff --git a/gm/constcolorprocessor.cpp b/gm/constcolorprocessor.cpp
index 8c91a722eccd07a11b94efda440c6ff41f6e9aa8..37295c78cc573e31ab45d9b9ed547d83a0e7b86b 100644
--- a/gm/constcolorprocessor.cpp
+++ b/gm/constcolorprocessor.cpp
@@ -104,7 +104,8 @@ protected:
} else {
skPaint.setColor(kPaintColors[paintType]);
}
- SkAssertResult(SkPaintToGrPaint(context, skPaint, viewMatrix, &grPaint));
+ // SRGBTODO: No sRGB inputs allowed here?
+ SkAssertResult(SkPaintToGrPaint(context, skPaint, viewMatrix, false, &grPaint));
GrConstColorProcessor::InputMode mode = (GrConstColorProcessor::InputMode) m;
GrColor color = kColors[procColor];
« no previous file with comments | « dm/DMGpuSupport.h ('k') | gm/dftext.cpp » ('j') | src/effects/SkImageSource.cpp » ('J')

Powered by Google App Engine