aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkColorSpace.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkColorSpace.h b/include/core/SkColorSpace.h
index 35466fde23..2908268306 100644
--- a/include/core/SkColorSpace.h
+++ b/include/core/SkColorSpace.h
@@ -241,12 +241,6 @@ public:
*/
static bool Equals(const SkColorSpace* src, const SkColorSpace* dst);
- /**
- * If this color space was constructed from an ICC profile, return that profile data.
- * Otherise, return nullptr.
- */
- const SkData* profileData() const { return this->onProfileData(); }
-
private:
virtual const SkMatrix44* onToXYZD50() const = 0;
virtual uint32_t onToXYZD50Hash() const = 0;