Disable GPU sRGB textures for the moment.

TBR=bsalomon@google.com

Review URL: https://codereview.chromium.org/817373002
This commit is contained in:
jvanverth 2014-12-22 10:29:30 -08:00 committed by Commit bot
parent 51d1f7e3a4
commit fe43c40d5d

View File

@ -437,9 +437,9 @@ GrPixelConfig SkImageInfo2GrPixelConfig(SkColorType ct, SkAlphaType, SkColorProf
case kARGB_4444_SkColorType:
return kRGBA_4444_GrPixelConfig;
case kRGBA_8888_SkColorType:
if (kSRGB_SkColorProfileType == pt) {
return kSRGBA_8888_GrPixelConfig;
}
// if (kSRGB_SkColorProfileType == pt) {
// return kSRGBA_8888_GrPixelConfig;
// }
return kRGBA_8888_GrPixelConfig;
case kBGRA_8888_SkColorType:
return kBGRA_8888_GrPixelConfig;