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

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: Created 5 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698