diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-05 07:09:08 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-05 07:09:08 +0000 |
commit | 075b089b1b8c4063a5724b86f104e052a49289b2 (patch) | |
tree | b2ffe33664a0167c1a6d46a46262b650f65e7723 /tests | |
parent | b069e40b73287649da5691e97db9170d464267b7 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7976 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ClipCacheTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp index d27013096d..932fddb2a5 100644 --- a/tests/ClipCacheTest.cpp +++ b/tests/ClipCacheTest.cpp @@ -62,7 +62,7 @@ static void test_clip_bounds(skiatest::Reporter* reporter, GrContext* context) { SkIRect intScreen = SkIRect::MakeWH(kXSize, kYSize); SkRect screen; - + screen = SkRect::MakeWH(SkIntToScalar(kXSize), SkIntToScalar(kYSize)); |