Disable GM:lcdtextprops on 565

The new GM is failing on 565/pipe. Disabling to get the tree green.

R=reed@google.com,jcgregorio@google.com

Review URL: https://codereview.chromium.org/722153004
This commit is contained in:
fmalita 2014-11-13 11:29:07 -08:00 committed by Commit bot
parent dfd5f6edf8
commit f4905ccb6c

View File

@ -137,13 +137,17 @@ class LcdTextProps : public skiagm::GM {
canvas->restore();
}
public:
protected:
SkString onShortName() SK_OVERRIDE {
return SkString("lcdtextprops");
}
SkISize onISize() SK_OVERRIDE { return SkISize::Make(230, 120); }
uint32_t onGetFlags() const SK_OVERRIDE {
return kSkip565_Flag;
}
virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
const SkPixelGeometry geos[] = {
kRGB_H_SkPixelGeometry,