| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 9cdd27599a8a09f1a5d681ed6efd723ffb823c25..88aeb9cb4422e3450c0963234d5be944cc8d2c7a 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -170,7 +170,7 @@ public:
|
| // Default impl returns union of all input bounds.
|
| virtual void computeFastBounds(const SkRect&, SkRect*) const;
|
|
|
| -#ifdef SK_SUPPORT_GPU
|
| +#if SK_SUPPORT_GPU
|
| /**
|
| * Wrap the given texture in a texture-backed SkBitmap.
|
| */
|
|
|