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

Unified Diff: src/utils/win/SkIStream.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) 14:22:16 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/utils/win/SkIStream.cpp
diff --git a/src/utils/win/SkIStream.cpp b/src/utils/win/SkIStream.cpp
index ad9bf05076bfc424bab1150584968d2b0b273c10..721f0a11c149eaaf73b2f4ff5a02efb1f9b32ee9 100644
--- a/src/utils/win/SkIStream.cpp
+++ b/src/utils/win/SkIStream.cpp
@@ -8,8 +8,6 @@
#include "SkTypes.h"
#if defined(SK_BUILD_FOR_WIN32)
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
#include <ole2.h>
bungeman-skia 2016/06/06 18:56:27 nit: same here, I think we can get away with SkLea
hal.canary 2016/06/06 19:38:28 Done.
#include "SkIStream.h"
#include "SkStream.h"

Powered by Google App Engine
This is Rietveld 408576698