fix style nit in drawIRect
git-svn-id: http://skia.googlecode.com/svn/trunk@13479 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
34abef14a6
commit
87001ed1f6
@ -635,8 +635,7 @@ public:
|
||||
@param rect The rect to be drawn
|
||||
@param paint The paint used to draw the rect
|
||||
*/
|
||||
void drawIRect(const SkIRect& rect, const SkPaint& paint)
|
||||
{
|
||||
void drawIRect(const SkIRect& rect, const SkPaint& paint) {
|
||||
SkRect r;
|
||||
r.set(rect); // promotes the ints to scalars
|
||||
this->drawRect(r, paint);
|
||||
|
Loading…
Reference in New Issue
Block a user