Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tests/skia_test.cpp

Issue 76143003: GpuTest::GetContext() doesn't exist. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/skia_test.cpp
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index fad7ca6f204f2a254ae0fb6ecbb1658154b07bc1..3d2955975e94a16d45090b3e2ea533f221a11efd 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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698