| commit | 22b460cef604c4737b9e221901e1940681255c01 | [log] [tgz] |
|---|---|---|
| author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Sep 29 02:01:02 2012 +0000 |
| committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Sep 29 02:01:02 2012 +0000 |
| tree | b1fef63f117da9fc508d16ffb8e7b0200209b032 | |
| parent | 2e6020634a347626e111592b13ef5030d457bc3f [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5735 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeWalker_TestUtility.cpp b/experimental/Intersection/EdgeWalker_TestUtility.cpp index 9ff03f7..397bfca 100644 --- a/experimental/Intersection/EdgeWalker_TestUtility.cpp +++ b/experimental/Intersection/EdgeWalker_TestUtility.cpp
@@ -81,7 +81,7 @@ bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight); bits.allocPixels(); } - + SkRect larger = one.getBounds(); larger.join(two.getBounds()); SkScalar largerWidth = larger.width();