aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDrawTextBox.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
commite16efc1882ab34a0bb3ae361a2d37f840044cf87 (patch)
tree10e58bef0f4eb0050356be133ad49cc7fd927f84 /src/animator/SkDrawTextBox.cpp
parent4899712109a428445f7639e900925e9cbc970749 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7406 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/animator/SkDrawTextBox.cpp')
-rw-r--r--src/animator/SkDrawTextBox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/animator/SkDrawTextBox.cpp b/src/animator/SkDrawTextBox.cpp
index f920e8eaa2..7a3251a26f 100644
--- a/src/animator/SkDrawTextBox.cpp
+++ b/src/animator/SkDrawTextBox.cpp
@@ -78,5 +78,3 @@ bool SkDrawTextBox::draw(SkAnimateMaker& maker)
box.draw(maker.fCanvas, fText.c_str(), fText.size(), *maker.fPaint);
return false;
}
-
-