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

Unified Diff: bench/ColorCodecBench.h

Issue 2031053005: Use SK_TEST_QCMS to mark qcms test code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « no previous file | bench/ColorCodecBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/ColorCodecBench.h
diff --git a/bench/ColorCodecBench.h b/bench/ColorCodecBench.h
index 570890de2680ebfe5e9c94f033bb22b4a0da5fcc..9da505fd474ff639c1e26e126a06e4a6aa68402d 100644
--- a/bench/ColorCodecBench.h
+++ b/bench/ColorCodecBench.h
@@ -12,7 +12,7 @@
#include "SkData.h"
#include "SkImageInfo.h"
-#if !defined(GOOGLE3)
+#if defined(SK_TEST_QCMS)
#include "qcms.h"
#endif
@@ -40,7 +40,7 @@ private:
SkAutoMalloc fDst;
SkAutoMalloc fSrc;
sk_sp<SkColorSpace> fDstSpace;
-#if !defined(GOOGLE3)
+#if defined(SK_TEST_QCMS)
SkAutoTCallVProc<qcms_profile, qcms_profile_release> fDstSpaceQCMS;
#endif
sk_sp<SkData> fSrcData;
« no previous file with comments | « no previous file | bench/ColorCodecBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698