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

Unified Diff: skia/ext/skia_utils.h

Issue 100097: Reverting 14712. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « skia/ext/image_operations_unittest.cc ('k') | skia/ext/skia_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils.h
===================================================================
--- skia/ext/skia_utils.h (revision 14712)
+++ skia/ext/skia_utils.h (working copy)
@@ -21,12 +21,6 @@
SkColor start_color,
SkColor end_color);
-// Convert a premultiplied SkColor to a HSL value.
-void SkColorToHSL(SkPMColor c, float hsl[3]);
-
-// Convert a HSL color to a premultiplied SkColor.
-SkPMColor HSLToSKColor(U8CPU alpha, float hsl[3]);
-
} // namespace skia
#endif // SKIA_EXT_SKIA_UTILS_H_
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | skia/ext/skia_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698