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

Unified Diff: include/private/SkRecords.h

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: include/private/SkRecords.h
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
index 1e274e9f46a2fc0275ed9f1510abedcc78c06295..823e6db07f5b69706a36145e8b1ca621a18cb839 100644
--- a/include/private/SkRecords.h
+++ b/include/private/SkRecords.h
@@ -23,6 +23,10 @@
namespace SkRecords {
+#ifdef DrawText
bungeman-skia 2016/06/06 18:11:59 We should put a short comment here that windows.h
hal.canary 2016/06/06 18:22:32 Done.
+#undef DrawText
+#endif
+
// A list of all the types of canvas calls we can record.
// Each of these is reified into a struct below.
//

Powered by Google App Engine
This is Rietveld 408576698