aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 17:59:54 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-20 17:59:54 +0000
commit3495c9118dc4d47217bcb21ae9b67f5b47b73162 (patch)
tree3b6074e7c1b76a382d37f9f3f499648e22fb852b /tests
parent273104028cd9c300d3486684de409a43ff48a6f4 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/skia_test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index fad7ca6f20..3d2955975e 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -255,16 +255,6 @@ int tool_main(int argc, char** argv) {
if (FLAGS_verbose && testCount > 0) {
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();
GpuTest::DestroyContexts();