aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/lcdtext.cpp
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2014-11-13 11:29:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-13 11:29:07 -0800
commitf4905ccb6c987781d3c50cb23bfaad740182cd8a (patch)
tree90ed23425439d7c915054715f76d7842377ffa44 /gm/lcdtext.cpp
parentdfd5f6edf83ff6b42bf38f03b9633c65d80eb6cb (diff)
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
Diffstat (limited to 'gm/lcdtext.cpp')
-rw-r--r--gm/lcdtext.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/gm/lcdtext.cpp b/gm/lcdtext.cpp
index 1e45f3c4d8..5c725cb050 100644
--- a/gm/lcdtext.cpp
+++ b/gm/lcdtext.cpp
@@ -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,