diff options
Diffstat (limited to 'src/effects/SkLightingImageFilter.cpp')
-rw-r--r-- | src/effects/SkLightingImageFilter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp index 1b8849a982..d9fae43fa8 100644 --- a/src/effects/SkLightingImageFilter.cpp +++ b/src/effects/SkLightingImageFilter.cpp @@ -7,7 +7,7 @@ #include "SkLightingImageFilter.h" #include "SkBitmap.h" -#include "SkColorPriv.h" +#include "SkColorData.h" #include "SkColorSpaceXformer.h" #include "SkPoint3.h" #include "SkReadBuffer.h" |