зеркало из https://github.com/mozilla/moz-skia.git
fix for r3903 compilation issue
git-svn-id: http://skia.googlecode.com/svn/trunk@3904 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
8fff356c85
Коммит
f21c704119
|
@ -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());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче