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

Unified Diff: include/device/xps/SkXPSDevice.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/core/SkPreConfig.h ('k') | include/ports/SkTypeface_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/device/xps/SkXPSDevice.h
diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
index 9efb6f3dc8f5b36b8dfa69dc98c82ff71438153d..57f314851e5c08a582ff6a8df1b6b3c840161b48 100644
--- a/include/device/xps/SkXPSDevice.h
+++ b/include/device/xps/SkXPSDevice.h
@@ -10,6 +10,8 @@
#include "SkTypes.h"
+#ifdef SK_BUILD_FOR_WIN
+
#include <ObjBase.h>
#include <XpsObjectModel.h>
@@ -318,4 +320,5 @@ private:
typedef SkBitmapDevice INHERITED;
};
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkXPSDevice_DEFINED
« no previous file with comments | « include/core/SkPreConfig.h ('k') | include/ports/SkTypeface_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698