From 689411a87ca7d19abe04b5c9baff26bd96b2123e Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 18 Dec 2008 02:52:32 +0000 Subject: [PATCH] fix compile by using the right (new) name for SkComposeShader.h git-svn-id: http://skia.googlecode.com/svn/trunk@29 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkDraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp index f85c5ae085..d59b813ef5 100644 --- a/src/core/SkDraw.cpp +++ b/src/core/SkDraw.cpp @@ -1989,7 +1989,7 @@ bool SkTriColorShader::setup(const SkPoint pts[], const SkColor colors[], #include "SkColorPriv.h" #include "SkPorterDuff.h" -#include "SkComposShader.h" +#include "SkComposeShader.h" #include "SkXfermode.h" static int ScalarTo256(SkScalar v) {