summaryrefslogtreecommitdiffstats
path: root/skia/ext/skia_utils_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/skia_utils_win.h')
-rw-r--r--skia/ext/skia_utils_win.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/skia/ext/skia_utils_win.h b/skia/ext/skia_utils_win.h
index 4ad7910..fa94507 100644
--- a/skia/ext/skia_utils_win.h
+++ b/skia/ext/skia_utils_win.h
@@ -6,7 +6,6 @@
#define BASE_GFX_SKIA_UTILS_WIN_H_
#include "SkColor.h"
-#include "SkShader.h"
struct SkIRect;
struct SkPoint;
@@ -38,12 +37,6 @@ inline const RECT& SkIRectToRECT(const SkIRect& rect) {
return reinterpret_cast<const RECT&>(rect);
}
-// Creates a vertical gradient shader. The caller owns the shader.
-SkShader* CreateGradientShader(int start_point,
- int end_point,
- SkColor start_color,
- SkColor end_color);
-
// Converts COLORREFs (0BGR) to the ARGB layout Skia expects.
SkColor COLORREFToSkColor(COLORREF color);