Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Unified Diff: src/ports/SkTLS_win.cpp

Issue 2041943002: SkLeanWindows.h: #include "Windows.h" fewer places (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-06-06 (Monday) 13:54:33 EDT Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/ports/SkTLS_win.cpp
diff --git a/src/ports/SkTLS_win.cpp b/src/ports/SkTLS_win.cpp
index 8bc55a0f2cfe9c04bf15fd4015321773b400a31a..b27825650b3ab7d5995d76033c51cce207dbf619 100644
--- a/src/ports/SkTLS_win.cpp
+++ b/src/ports/SkTLS_win.cpp
@@ -9,6 +9,7 @@
#include "SkTLS.h"
#include "SkMutex.h"
+#include "SkLeanWindows.h"
bungeman-skia 2016/06/06 18:11:59 nit: eck, we should alphabetize these... but ascen
hal.canary 2016/06/06 18:22:32 Done.
static bool gOnce = false;
static DWORD gTlsIndex;

Powered by Google App Engine
This is Rietveld 408576698