# Include this gypi to include all public header files that use
# the SK_API defines.
#
-# The list is computed by running 'egrep -lr "SK_API" include' in the root dir
+# The list is computed by running 'egrep -lr "SK_API" include' in the root dir
# of the project.
#
{
static const int gHeight = 480;
////////////////////////////////////////////////////////////////////////////////
-static void test_cache(skiatest::Reporter* reporter,
+static void test_cache(skiatest::Reporter* reporter,
GrContext* context,
SkCanvas* canvas) {
const SkIRect size = SkIRect::MakeWH(gWidth, gHeight);
int oldMaxNum;
size_t oldMaxBytes;
context->getTextureCacheLimits(&oldMaxNum, &oldMaxBytes);
-
+
// Set the cache limits so we can fit 10 "src" images and the
// max number of textures doesn't matter
size_t maxCacheSize = initialCacheSize + 10*srcSize;