| commit | 07e97fccd2d85076cd22ef411b0773ab92a18abe | [log] [tgz] |
|---|---|---|
| author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 08 17:17:02 2013 +0000 |
| committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 08 17:17:02 2013 +0000 |
| tree | 0a764160f5eb642f4fe46c06df9fbffe0e9f8eda | |
| parent | a95959c3fb4c502b45bc78f15b65cda1f21620e6 [diff] [blame] |
path ops work in progress BUG= Review URL: https://codereview.chromium.org/18058007 git-svn-id: http://skia.googlecode.com/svn/trunk@9908 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/Test.h b/tests/Test.h index fa62afe..27b31df 100644 --- a/tests/Test.h +++ b/tests/Test.h
@@ -33,6 +33,7 @@ virtual bool allowExtendedTest() const { return false; } virtual bool allowThreaded() const { return false; } + virtual bool verbose() const { return false; } virtual void bumpTestCount() { sk_atomic_inc(&fTestCount); } protected: