| Index: tests/PDFPrimitivesTest.cpp
|
| diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp
|
| index f15f06090d7b10787e32f9f6498290224abcf127..8b1ebe0051166b33bbb0104edb2d92ac423b0156 100644
|
| --- a/tests/PDFPrimitivesTest.cpp
|
| +++ b/tests/PDFPrimitivesTest.cpp
|
| @@ -466,7 +466,7 @@ public:
|
| DummyImageFilter(bool visited = false) : SkImageFilter(0, NULL), fVisited(visited) {}
|
| ~DummyImageFilter() SK_OVERRIDE {}
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* offset) const {
|
| + SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE {
|
| fVisited = true;
|
| offset->fX = offset->fY = 0;
|
| *result = src;
|
|
|