Chromium Code Reviews| Index: gm/gmmain.cpp |
| diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp |
| index 620195065799cedb4b21c3933a26b03010e538b9..8f6d53a25530efd509d3ae3b3d48e5d1a4ffade7 100644 |
| --- a/gm/gmmain.cpp |
| +++ b/gm/gmmain.cpp |
| @@ -174,7 +174,7 @@ struct PDFRasterizerData { |
| class BWTextDrawFilter : public SkDrawFilter { |
| public: |
| - virtual bool filter(SkPaint*, Type) SK_OVERRIDE; |
| + bool filter(SkPaint*, Type) SK_OVERRIDE; |
| }; |
| bool BWTextDrawFilter::filter(SkPaint* p, Type t) { |
| if (kText_Type == t) { |