GpuTest::GetContext() doesn't exist.
BUG= R=bsalomon@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/76143003 git-svn-id: http://skia.googlecode.com/svn/trunk@12320 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
273104028c
commit
3495c9118d
@ -255,16 +255,6 @@ int tool_main(int argc, char** argv) {
|
|||||||
if (FLAGS_verbose && testCount > 0) {
|
if (FLAGS_verbose && testCount > 0) {
|
||||||
SkDebugf("Ran %d Internal tests.\n", testCount);
|
SkDebugf("Ran %d Internal tests.\n", testCount);
|
||||||
}
|
}
|
||||||
#if SK_SUPPORT_GPU
|
|
||||||
|
|
||||||
#if GR_CACHE_STATS
|
|
||||||
GrContext *gr = GpuTest::GetContext();
|
|
||||||
|
|
||||||
gr->printCacheStats();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SkGraphics::Term();
|
SkGraphics::Term();
|
||||||
GpuTest::DestroyContexts();
|
GpuTest::DestroyContexts();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user