Mercurial > MadButterfly
changeset 495:9e36e06fcc18 Android_Skia
Include SkRegion.h for graph_engine_skia.cpp
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 26 Nov 2009 15:03:00 +0800 |
parents | ebc431f2af70 |
children | 71ad34f73a6e |
files | src/graph_engine_skia.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/graph_engine_skia.cpp Thu Nov 26 15:03:00 2009 +0800 +++ b/src/graph_engine_skia.cpp Thu Nov 26 15:03:00 2009 +0800 @@ -35,6 +35,7 @@ #include <stdio.h> #include <SkCanvas.h> #include <SkBitmap.h> +#include <SkRegion.h> #include <SkShader.h> #include <SkDevice.h> #include <SkGradientShader.h>