Chromium Code Reviews| Index: src/core/SkCanvas.cpp |
| diff --git a/src/core/SkCanvas.cpp b/src/core/SkCanvas.cpp |
| index dfaf65dd98ab244a266729d1b63106379b629632..62021cb535c77786ad152f1e89815f4948774be1 100644 |
| --- a/src/core/SkCanvas.cpp |
| +++ b/src/core/SkCanvas.cpp |
| @@ -1456,10 +1456,6 @@ bool SkCanvas::quickReject(const SkPath& path) const { |
| return path.isEmpty() || this->quickReject(path.getBounds()); |
| } |
| -static inline int pinIntForScalar(int x) { |
|
mtklein
2014/01/02 17:51:07
Just did this one for you. Should merge away?
tfarina
2014/01/02 21:09:08
Done.
|
| - return x; |
| -} |
| - |
| bool SkCanvas::getClipBounds(SkRect* bounds) const { |
| SkIRect ibounds; |
| if (!getClipDeviceBounds(&ibounds)) { |