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

Unified Diff: ui/gfx/color_space.h

Issue 2696603003: color: Towards ColorTransform optimizations and code generation (Closed)
Patch Set: Remove unneeded refactor 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
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index c7792cbbf85f41ce52103d9d538d0152082149fd..606843125bf46a525062938550a03af85e0fd7c8 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,7 @@ class GFX_EXPORT ColorSpace {
sk_sp<SkColorSpace> icc_profile_sk_color_space_;
friend class ICCProfile;
- friend class ColorSpaceToColorSpaceTransform;
+ friend class ColorTransform;
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') | ui/gfx/color_transform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698