aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkExecutor.cpp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-05-04 10:38:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-04 16:05:02 +0000
commit7f0eec32e5e7ebcdcab223591a430c1d13c1f4a7 (patch)
treeaf7a1564e1bf76f78e25842f933e34ce7eaef3eb /src/core/SkExecutor.cpp
parent44a68b3b3b16a745582f7df8a667f30752db0ebf (diff)
SkExecutor: use SkLeanWindows.h
Change-Id: Ib7e55f8049478e81034563e40da808e5c2c6fa92 Reviewed-on: https://skia-review.googlesource.com/125869 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'src/core/SkExecutor.cpp')
-rw-r--r--src/core/SkExecutor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkExecutor.cpp b/src/core/SkExecutor.cpp
index 5e3d38c0d4..df8695a0d4 100644
--- a/src/core/SkExecutor.cpp
+++ b/src/core/SkExecutor.cpp
@@ -15,7 +15,7 @@
#include <thread>
#if defined(SK_BUILD_FOR_WIN)
- #include <windows.h>
+ #include "SkLeanWindows.h"
static int num_cores() {
SYSTEM_INFO sysinfo;
GetNativeSystemInfo(&sysinfo);