Loading core/jni/AndroidRuntime.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -265,8 +265,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) mArgBlockLength(argBlockLength) { SkGraphics::Init(); // There is also a global font cache, but its budget is specified by // SK_DEFAULT_FONT_CACHE_COUNT_LIMIT and SK_DEFAULT_FONT_CACHE_LIMIT. // Pre-allocate enough space to hold a fair number of options. mOptions.setCapacity(20); Loading @@ -277,7 +275,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) AndroidRuntime::~AndroidRuntime() { SkGraphics::Term(); } /* Loading Loading
core/jni/AndroidRuntime.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -265,8 +265,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) mArgBlockLength(argBlockLength) { SkGraphics::Init(); // There is also a global font cache, but its budget is specified by // SK_DEFAULT_FONT_CACHE_COUNT_LIMIT and SK_DEFAULT_FONT_CACHE_LIMIT. // Pre-allocate enough space to hold a fair number of options. mOptions.setCapacity(20); Loading @@ -277,7 +275,6 @@ AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) AndroidRuntime::~AndroidRuntime() { SkGraphics::Term(); } /* Loading