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

Unified Diff: ui/gfx/color_space.h

Issue 2609093002: Revert of Use consistent types for ICC profiles (Closed)
Patch Set: Created 3 years, 12 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 c9e9038619678dba0d9eee20f06ef66a75a8e7b3..e05fbc3124c572f9f1cea342343e343f9ff4c331 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -162,7 +162,7 @@
bool operator<(const ColorSpace& other) const;
// Note that this may return nullptr.
- const sk_sp<SkColorSpace>& ToSkColorSpace() const { return sk_color_space_; }
+ sk_sp<SkColorSpace> ToSkColorSpace() const;
static ColorSpace FromSkColorSpace(const sk_sp<SkColorSpace>& sk_color_space);
private:
« 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