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

Unified Diff: include/ports/SkTypeface_win.h

Issue 1488813002: CMake, include/: changes to make fiddle 2.0 better (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whitespace change for reed@ Created 5 years 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
« no previous file with comments | « include/ports/SkTypeface_mac.h ('k') | include/utils/SkDebugUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkTypeface_win.h
diff --git a/include/ports/SkTypeface_win.h b/include/ports/SkTypeface_win.h
index 07752d82f9b6fc5338a96fa391259cf6217987af..b7373986c9396c88ca33a359c6e57588a2f5bbe1 100644
--- a/include/ports/SkTypeface_win.h
+++ b/include/ports/SkTypeface_win.h
@@ -10,6 +10,8 @@
#include "SkTypeface.h"
+#ifdef SK_BUILD_FOR_WIN
+
/**
* Like the other Typeface create methods, this returns a new reference to the
* corresponding typeface for the specified logfont. The caller is responsible
@@ -58,4 +60,5 @@ SK_API SkFontMgr* SkFontMgr_New_DirectWriteRenderer(SkRemotableFontMgr*);
*/
SK_API SkRemotableFontMgr* SkRemotableFontMgr_New_DirectWrite();
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkTypeface_win_DEFINED
« no previous file with comments | « include/ports/SkTypeface_mac.h ('k') | include/utils/SkDebugUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698