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