aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-15 07:00:53 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-15 07:00:53 +0000
commitf85693d53a487b00360e77de69556b13bda0e602 (patch)
tree6a91ada4280942a856613b98483e32ea3cac8d03 /samplecode
parentbaafdec13c24e6a680b099c2299c71098682f37e (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9631 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/TransitionView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/TransitionView.cpp b/samplecode/TransitionView.cpp
index e4fa38e974..d18585414c 100644
--- a/samplecode/TransitionView.cpp
+++ b/samplecode/TransitionView.cpp
@@ -86,7 +86,7 @@ protected:
//attach the new fPrev and call unref to balance the ref in onDraw
this->attachChildToBack(fPrev)->unref();
this->inval(NULL);
-
+
SkASSERT(1 == prev->getRefCnt());
prev->unref();
return true;