 Chromium Code Reviews
 Chromium Code Reviews Issue 323853003:
  Add LATC to alpha only pixel config  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 323853003:
  Add LATC to alpha only pixel config  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: include/gpu/GrTypes.h | 
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h | 
| index 519ad0fbca14e84ebd50d0021affb1aaa679b8b7..a529eed4206e93581429ccb24831df0fbbf63617 100644 | 
| --- a/include/gpu/GrTypes.h | 
| +++ b/include/gpu/GrTypes.h | 
| @@ -363,6 +363,7 @@ static inline bool GrPixelConfigIsOpaque(GrPixelConfig config) { | 
| static inline bool GrPixelConfigIsAlphaOnly(GrPixelConfig config) { | 
| switch (config) { | 
| + case kLATC_GrPixelConfig: | 
| case kAlpha_8_GrPixelConfig: | 
| return true; | 
| default: |