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

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: Rebase 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 | « 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 f931f2bb129830d521df6558006a92b870f844a4..d2e101dea4e4ae855cedbc0aecae11d8a86311cc 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -27,6 +27,7 @@ namespace DM {
class CodecSrc;
class ColorCodecSrc;
}
+class ColorCodecBench;
/**
* Abstraction layer directly on top of an image codec.
@@ -776,8 +777,10 @@ private:
virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; }
// For testing with qcms
- // FIXME: Remove this when we are done comparing with qcms.
+ // FIXME: Remove these when we are done comparing with qcms.
friend class DM::ColorCodecSrc;
+ friend class ColorCodecBench;
+
friend class DM::CodecSrc; // for fillIncompleteImage
friend class SkSampledCodec;
friend class SkIcoCodec;
« no previous file with comments | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698