Chromium Code Reviews| Index: include/core/SkPaint.h |
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
| index 52321ddaf6c8738a83d69e156d4fb7cd70e98271..be862edd61b105f2dd162f393f593045b03abf4c 100644 |
| --- a/include/core/SkPaint.h |
| +++ b/include/core/SkPaint.h |
| @@ -15,9 +15,9 @@ |
| #include "SkDrawLooper.h" |
| #include "SkMatrix.h" |
| #include "SkXfermode.h" |
| -#ifdef SK_BUILD_FOR_ANDROID |
| +#if SK_BUILD_FOR_ANDROID |
|
djsollen
2013/09/19 19:59:30
why change from ifdef?
mtklein
2013/09/19 20:55:59
!!! typo! fixed.
|
| #include "SkPaintOptionsAndroid.h" |
| -#endif |
| +#endif // SK_BUILD_FOR_ANDROID |
| class SkAnnotation; |
| class SkAutoGlyphCache; |