 Chromium Code Reviews
 Chromium Code Reviews Issue 1755553003:
  Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix…  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 1755553003:
  Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix…  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: dm/DM.cpp | 
| diff --git a/dm/DM.cpp b/dm/DM.cpp | 
| index 0bd5b79292df9d6950fa20601bf2c7d81d7eb502..01902627870f8de661dce1f2be8194a283898a6f 100644 | 
| --- a/dm/DM.cpp | 
| +++ b/dm/DM.cpp | 
| @@ -739,8 +739,7 @@ | 
| return nullptr; | 
| } | 
| return new GPUSink(contextType, contextOptions, gpuConfig->getSamples(), | 
| - gpuConfig->getUseDIText(), gpuConfig->getColorType(), | 
| - gpuConfig->getProfileType(), FLAGS_gpu_threading); | 
| + gpuConfig->getUseDIText(), FLAGS_gpu_threading); | 
| } | 
| } | 
| #endif |