aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-09 07:01:42 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-09 07:01:42 +0000
commit1ae9111f33db7640ce87d55156c1b6d491237db2 (patch)
tree3aa5f3d38b95df6fe95f5154680dd0169f2e70aa /include
parentca38f2c86ef06c5d19b80fb5577f4574b552061f (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12980 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index fe0fc0f9c1..42d8811f76 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -378,7 +378,7 @@ public:
SkPixelRef* setPixelRef(SkPixelRef* pr, const SkIPoint& origin) {
return this->setPixelRef(pr, origin.fX, origin.fY);
}
-
+
SkPixelRef* setPixelRef(SkPixelRef* pr) {
return this->setPixelRef(pr, 0, 0);
}