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

Unified Diff: include/codec/SkCodec.h

Issue 2035793002: Add color correction benchmark - with comparison to qcms (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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
« bench/nanobench.cpp ('K') | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkCodec.h
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index a2bea14d59a823300e4bce071852c7533588d4d0..02651484bfda5375b515f2263f1bdd61893a81d8 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -26,7 +26,7 @@ class SkSampler;
namespace DM {
class ColorCodecSrc;
}
-
+class ColorCodecBench;
/**
* Abstraction layer directly on top of an image codec.
@@ -722,6 +722,7 @@ private:
// For testing with qcms
// FIXME: Remove this when we are done comparing with qcms.
scroggo 2016/06/02 18:51:50 this -> these?
msarett 2016/06/02 19:34:40 Done.
friend class DM::ColorCodecSrc;
+ friend class ColorCodecBench;
friend class SkSampledCodec;
friend class SkIcoCodec;
« bench/nanobench.cpp ('K') | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698