Chromium Code Reviews| Index: tests/Test.h |
| diff --git a/tests/Test.h b/tests/Test.h |
| index 72b0bee1265b114fbab9492007998abb82935591..6c85b32bce6d95204b1ac8e66d57676f4941281c 100644 |
| --- a/tests/Test.h |
| +++ b/tests/Test.h |
| @@ -32,7 +32,6 @@ namespace skiatest { |
| void endTest(Test*); |
| 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); } |