diff options
-rw-r--r-- | expectations/gm/ignored-tests.txt | 2 | ||||
-rw-r--r-- | include/core/SkImageGenerator.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index e692860c94..d11fcb3259 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -40,3 +40,5 @@ blurrects # New shadow only option in SkDropShadowImageFilter dropshadowimagefilter +# reed -- changed gm, will rebase +c_gms diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h index cbceaa2308..2967974c78 100644 --- a/include/core/SkImageGenerator.h +++ b/include/core/SkImageGenerator.h @@ -36,7 +36,7 @@ class SkImageGenerator; SK_API bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination); /** - * On success, installs a discradable pixelref into destination, based on encoded data. + * On success, installs a discardable pixelref into destination, based on encoded data. * Regardless of success or failure, the caller must still balance their ownership of encoded. */ SK_API bool SkInstallDiscardablePixelRef(SkData* encoded, SkBitmap* destination); |