 Chromium Code Reviews
 Chromium Code Reviews Issue 2041943002:
  SkLeanWindows.h: #include "Windows.h" fewer places  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 2041943002:
  SkLeanWindows.h: #include "Windows.h" fewer places  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: src/ports/SkTLS_win.cpp | 
| diff --git a/src/ports/SkTLS_win.cpp b/src/ports/SkTLS_win.cpp | 
| index 8bc55a0f2cfe9c04bf15fd4015321773b400a31a..c349ad99c2e28de4e0829644f55267749ec214f2 100644 | 
| --- a/src/ports/SkTLS_win.cpp | 
| +++ b/src/ports/SkTLS_win.cpp | 
| @@ -7,8 +7,9 @@ | 
| #include "SkTypes.h" | 
| #if defined(SK_BUILD_FOR_WIN32) | 
| -#include "SkTLS.h" | 
| +#include "SkLeanWindows.h" | 
| #include "SkMutex.h" | 
| +#include "SkTLS.h" | 
| static bool gOnce = false; | 
| static DWORD gTlsIndex; |