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

Unified Diff: include/utils/win/SkTScopedComPtr.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/utils/win/SkIStream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/win/SkTScopedComPtr.h
diff --git a/include/utils/win/SkTScopedComPtr.h b/include/utils/win/SkTScopedComPtr.h
index b906fb7c1880b6aa5036fa179889282c98a6abef..d2d925c56fdc3eb4be2f316921bcd5cab5f76dc2 100644
--- a/include/utils/win/SkTScopedComPtr.h
+++ b/include/utils/win/SkTScopedComPtr.h
@@ -10,6 +10,8 @@
#include "SkTypes.h"
+#ifdef SK_BUILD_FOR_WIN
+
template<typename T>
class SkBlockComRef : public T {
private:
@@ -71,4 +73,5 @@ public:
}
};
-#endif
+#endif // SK_BUILD_FOR_WIN
+#endif // SkTScopedComPtr_DEFINED
« no previous file with comments | « include/utils/win/SkIStream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698