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

Unified Diff: ui/gfx/color_space.h

Issue 2696603003: color: Towards ColorTransform optimizations and code generation (Closed)
Patch Set: Keep fixing the windows build Created 3 years, 10 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/color_space.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index c7792cbbf85f41ce52103d9d538d0152082149fd..f7dd456181943f29c8946cdbe6237a68fea4ca44 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -21,7 +21,6 @@ struct ParamTraits;
namespace gfx {
class ICCProfile;
-class ColorSpaceToColorSpaceTransform;
// Used to represet a color space for the purpose of color conversion.
// This is designed to be safe and compact enough to send over IPC
@@ -207,7 +206,8 @@ class GFX_EXPORT ColorSpace {
sk_sp<SkColorSpace> icc_profile_sk_color_space_;
friend class ICCProfile;
- friend class ColorSpaceToColorSpaceTransform;
+ friend class ColorTransform;
+ friend class ColorTransformInternal;
friend class ColorSpaceWin;
friend struct IPC::ParamTraits<gfx::ColorSpace>;
FRIEND_TEST_ALL_PREFIXES(SimpleColorSpace, GetColorSpace);
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/color_space.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698