fix for r3903 compilation issue
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 11 May 2012 13:01:16 +0000 (13:01 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 11 May 2012 13:01:16 +0000 (13:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@3904 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/ClipCacheTest.cpp

index a8b220d..93c6aeb 100644 (file)
@@ -135,7 +135,7 @@ static void test_cache(skiatest::Reporter* reporter, GrContext* context) {
 #if !defined(SK_DEBUG)
     // verify that the getters don't crash
     // only do in release since it generates asserts in debug
-    check_state(reporter, cache, -1, -1, emptyClip, NULL, emptyBound);
+    check_state(reporter, cache, emptyClip, NULL, emptyBound);
 #endif
     REPORTER_ASSERT(reporter, 1 == texture.get()->getRefCnt());
 }