remove noisy font table tests from TextBench
git-svn-id: http://skia.googlecode.com/svn/trunk@304 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
a0bd7f48aa
commit
c714479548
@ -80,7 +80,9 @@ class TextBench : public SkBenchmark {
|
||||
enum { N = 300 };
|
||||
public:
|
||||
TextBench(const char text[], int ps, bool linearText, bool posText) {
|
||||
test_tables();
|
||||
if (false) {
|
||||
test_tables();
|
||||
}
|
||||
|
||||
fText.set(text);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user