Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index c9298335f1ea64bdd8f0694968c6e5e05a5e296e..5bc60371c997f957f56a0f122602812822c813fb 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -1842,7 +1842,7 @@ |
class SpoonFedBBHFactory : public SkBBHFactory { |
public: |
explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) : fBBH(bbh) {} |
- SkBBoxHierarchy* operator()(const SkRect&) const SK_OVERRIDE { |
+ virtual SkBBoxHierarchy* operator()(int width, int height) const { |
return SkRef(fBBH); |
} |
private: |