| Index: src/core/SkBitmapFilter.h
|
| diff --git a/src/core/SkBitmapFilter.h b/src/core/SkBitmapFilter.h
|
| index 93b552efd7c80b9d90efc60fab7feb2714f43998..eb327d716c7082748a1eb6abf3ccd3a543070aa6 100644
|
| --- a/src/core/SkBitmapFilter.h
|
| +++ b/src/core/SkBitmapFilter.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2013 Google Inc.
|
| *
|
| @@ -6,11 +5,12 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #ifndef SkBitmapFilter_DEFINED
|
| #define SkBitmapFilter_DEFINED
|
|
|
| +#include "SkFixed.h"
|
| #include "SkMath.h"
|
| +#include "SkScalar.h"
|
|
|
| // size of the precomputed bitmap filter tables for high quality filtering.
|
| // Used to precompute the shape of the filter kernel.
|
|
|