Index: gm/complexclip.cpp |
diff --git a/gm/complexclip.cpp b/gm/complexclip.cpp |
index 86386b3d493696ec21b1b38aea752ce78b7a49c4..8ff1dfafd936c3a31e43007385187e97c407e7c7 100644 |
--- a/gm/complexclip.cpp |
+++ b/gm/complexclip.cpp |
@@ -100,10 +100,10 @@ protected: |
// device boundaries so we need to "undo" the effect of the |
// scale and translate |
SkRect bounds = SkRect::MakeLTRB( |
- SkFloatToScalar(4.0f/3.0f * -20), |
- SkFloatToScalar(4.0f/3.0f * -20), |
- SkFloatToScalar(4.0f/3.0f * (this->getISize().fWidth - 20)), |
- SkFloatToScalar(4.0f/3.0f * (this->getISize().fHeight - 20))); |
+ 4.0f/3.0f * -20, |
+ 4.0f/3.0f * -20, |
+ 4.0f/3.0f * (this->getISize().fWidth - 20), |
+ 4.0f/3.0f * (this->getISize().fHeight - 20)); |
bounds.inset(SkIntToScalar(100), SkIntToScalar(100)); |
SkPaint boundPaint; |