diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-14 02:02:06 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-14 02:02:06 +0000 |
commit | 61b05dcc7ebe48663c3ba84b7bd7449d6c887ac1 (patch) | |
tree | 2572320b37a34b969297731942f8e65c2c76f4fa /tests | |
parent | ffbe903bc82a1c292d17f0f56d90ccd5eeeaa708 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6809 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TileGridTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TileGridTest.cpp b/tests/TileGridTest.cpp index d5ca52b4c8..1946b9f39e 100644 --- a/tests/TileGridTest.cpp +++ b/tests/TileGridTest.cpp @@ -55,7 +55,7 @@ public: static void TestUnalignedQuery(skiatest::Reporter* reporter) { // Use SkTileGridPicture to generate a SkTileGrid with a helper SkTileGridPicture picture(10, 10, 20, 20); - SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), + SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(8), SkIntToScalar(8)); SkRect rect2 = SkRect::MakeXYWH(SkIntToScalar(11), SkIntToScalar(11), SkIntToScalar(1), SkIntToScalar(1)); |