Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: src/core/SkCanvas.cpp

Issue 117863005: Get rid of DEFINE_TESTCLASS_SHORT() macro. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: gone Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/AndroidPaintTest.cpp » ('j') | tests/PathOpsAngleTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)) {
« no previous file with comments | « no previous file | tests/AndroidPaintTest.cpp » ('j') | tests/PathOpsAngleTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698