summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/skia/SkiaUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/skia/SkiaUtils.h')
-rw-r--r--WebCore/platform/graphics/skia/SkiaUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/skia/SkiaUtils.h b/WebCore/platform/graphics/skia/SkiaUtils.h
index 0e68574..aa4cd4d 100644
--- a/WebCore/platform/graphics/skia/SkiaUtils.h
+++ b/WebCore/platform/graphics/skia/SkiaUtils.h
@@ -37,12 +37,14 @@
#include "GraphicsContext.h"
#include "SkPath.h"
#include "SkPorterDuff.h"
+#include "SkXfermode.h"
class SkCanvas;
class SkRegion;
namespace WebCore {
+SkXfermode::Mode WebCoreCompositeToSkiaMode(CompositeOperator);
SkPorterDuff::Mode WebCoreCompositeToSkiaComposite(CompositeOperator);
// move this guy into SkColor.h