Index: src/core/SkLatticeIter.h |
diff --git a/src/core/SkLatticeIter.h b/src/core/SkLatticeIter.h |
index deb2fe95ebbe768ffac9969184e841dcaa0b1545..f3d37e6688e4981a668676d1618d1f22e4bce659 100644 |
--- a/src/core/SkLatticeIter.h |
+++ b/src/core/SkLatticeIter.h |
@@ -23,8 +23,7 @@ public: |
static bool Valid(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice); |
- SkLatticeIter(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice, |
- const SkRect& dst); |
+ SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst); |
static bool Valid(int imageWidth, int imageHeight, const SkIRect& center); |