From a4083c97d48e8a4f88e2797d7363f141e3d42553 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 15 Sep 2017 11:59:23 -0400 Subject: make most of SkColorPriv.h private created new file src/core/SkColorData.h for internal consumption. Note that many of the functions there are unused as well. Bug: skia: 6898 R: reed@google.com Change-Id: I25bfd5a9c21f53558c4ca65a77eb5d322d897c6d Reviewed-on: https://skia-review.googlesource.com/46848 Commit-Queue: Cary Clark Reviewed-by: Mike Reed --- bench/ColorPrivBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/ColorPrivBench.cpp') diff --git a/bench/ColorPrivBench.cpp b/bench/ColorPrivBench.cpp index 314f0cb28f..46aacd74c9 100644 --- a/bench/ColorPrivBench.cpp +++ b/bench/ColorPrivBench.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ #include "Benchmark.h" -#include "SkColorPriv.h" +#include "SkColorData.h" #include "SkRandom.h" #include "SkString.h" -- cgit v1.2.3