need to rebaseline (changed) c_gms, update dox
authorreed <reed@chromium.org>
Thu, 8 Jan 2015 02:20:16 +0000 (18:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 8 Jan 2015 02:20:16 +0000 (18:20 -0800)
BUG=skia:
TBR=
NOTRY=True

Review URL: https://codereview.chromium.org/844663002

expectations/gm/ignored-tests.txt
include/core/SkImageGenerator.h

index e692860..d11fcb3 100644 (file)
@@ -40,3 +40,5 @@ blurrects
 # New shadow only option in SkDropShadowImageFilter
 dropshadowimagefilter
 
+# reed -- changed gm, will rebase
+c_gms
index cbceaa2..2967974 100644 (file)
@@ -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);