Disable cgimage GM

TBR=reed@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14327 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2014-04-23 18:05:36 +00:00
parent 6e5671d8c9
commit 2a9e3ad71b

View File

@ -193,6 +193,7 @@ private:
typedef skiagm::GM INHERITED;
};
#if 0 // Disabled pending fix from reed@
DEF_GM( return SkNEW(CGImageGM); )
#endif
#endif