Added cache stats printout to tests

http://codereview.appspot.com/6495104/



git-svn-id: http://skia.googlecode.com/svn/trunk@5438 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/Test.h b/tests/Test.h
index a3beb0c..f87a7a0 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -103,10 +103,10 @@
         GpuTest() : Test() {
             fContext = GetContext();
         }
+        static GrContext* GetContext();
     protected:
         GrContext* fContext;
     private:
-        static GrContext* GetContext();
     };
 
     typedef SkTRegistry<Test*, void*> TestRegistry;