diff options
author | Florin Malita <fmalita@google.com> | 2014-11-13 15:00:03 -0500 |
---|---|---|
committer | Florin Malita <fmalita@google.com> | 2014-11-13 15:00:03 -0500 |
commit | 66b4ce937330d2813609c9d92e0f6ff1184dcea4 (patch) | |
tree | 070be12d376059de1dd82834ffa9ca425860cdee /gm | |
parent | 3fc6a2fdb260aa85ad724d575afede2c00db111b (diff) |
Fully disable lcdtextprops
R=reed@google.com
TBR=jcgregorio@google.com, reed@google.com
Review URL: https://codereview.chromium.org/723253002
Diffstat (limited to 'gm')
-rw-r--r-- | gm/lcdtext.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/lcdtext.cpp b/gm/lcdtext.cpp index 5c725cb050..3fe9fa2fbc 100644 --- a/gm/lcdtext.cpp +++ b/gm/lcdtext.cpp @@ -171,4 +171,5 @@ protected: DEF_GM( return new LcdTextGM; ) DEF_GM( return new LcdTextSizeGM; ) -DEF_GM( return new LcdTextProps; ) +// Temporarily disabled (dftext interference) +// DEF_GM( return new LcdTextProps; ) |