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

Unified Diff: ui/gfx/skia_color_space_util.cc

Issue 2915673003: ui/gfx: Use separate components for color_space and switches (Closed)
Patch Set: Review feedback Created 3 years, 6 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/skia_color_space_util.h ('k') | ui/gfx/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/skia_color_space_util.cc
diff --git a/ui/gfx/skia_color_space_util.cc b/ui/gfx/skia_color_space_util.cc
index 3c710076680d0e1fd93e325efd2964f4a9efa5ec..51b7e6a3f231e460ba2fee0ae7ec4a19f3d7aff3 100644
--- a/ui/gfx/skia_color_space_util.cc
+++ b/ui/gfx/skia_color_space_util.cc
@@ -424,9 +424,9 @@ bool SkApproximateTransferFn(const float* x,
return false;
}
-bool GFX_EXPORT SkApproximateTransferFn(sk_sp<SkICC> sk_icc,
- float* max_error,
- SkColorSpaceTransferFn* fn) {
+bool SkApproximateTransferFn(sk_sp<SkICC> sk_icc,
+ float* max_error,
+ SkColorSpaceTransferFn* fn) {
SkICC::Tables tables;
bool got_tables = sk_icc->rawTransferFnData(&tables);
if (!got_tables)
« no previous file with comments | « ui/gfx/skia_color_space_util.h ('k') | ui/gfx/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698