fix warnings (float to int), and convert to skia-style
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Jan 2013 21:54:25 +0000 (21:54 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Jan 2013 21:54:25 +0000 (21:54 +0000)
commitcb88d32b9fb3921529d1e46422daa65dbea0165d
tree06c84e05af68d8e4cdd9fe300e45eede586b4d30
parent4cbb3a181e06f8357b658bcdf33ba1f444008e84
fix warnings (float to int), and convert to skia-style

style examples:
- use const: (const SkRect&) instead of (SkRect&)
- spacing: (Type& r) instead of ( Type &r )
- use SK_OVERRIDE
Review URL: https://codereview.appspot.com/7066051

git-svn-id: http://skia.googlecode.com/svn/trunk@7069 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/BlurRectBench.cpp