| Index: include/effects/SkEmbossMaskFilter.h
|
| diff --git a/include/effects/SkEmbossMaskFilter.h b/include/effects/SkEmbossMaskFilter.h
|
| index 72020bf3ce74663aa7e890d4899eec41146b7a47..b6bd1a164291b47b839f1c621884b8726308805f 100644
|
| --- a/include/effects/SkEmbossMaskFilter.h
|
| +++ b/include/effects/SkEmbossMaskFilter.h
|
| @@ -23,7 +23,7 @@
|
| uint8_t fSpecular; // exponent, 4.4 right now
|
| };
|
|
|
| - static SkMaskFilter* Create(SkScalar blurSigma, const Light& light);
|
| + static SkEmbossMaskFilter* Create(SkScalar blurSigma, const Light& light);
|
|
|
| // overrides from SkMaskFilter
|
| // This method is not exported to java.
|
|
|