please fix the build, please
authorsglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 19 Jul 2013 20:03:57 +0000 (20:03 +0000)
committersglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 19 Jul 2013 20:03:57 +0000 (20:03 +0000)
BUG=

Review URL: https://codereview.chromium.org/19693012

git-svn-id: http://skia.googlecode.com/svn/trunk@10204 2bbb7eff-a529-9590-31e7-b0007b416f81

tools/bbh_shootout.cpp

index 682099b..5b1d134 100644 (file)
@@ -310,7 +310,8 @@ static bool benchmark_loop(
     return true;
 }
 
-static int tool_main(int argc, char** argv) {
+int tool_main(int argc, char** argv);
+int tool_main(int argc, char** argv) {
     SkAutoGraphics ag;
     SkString usage;
     usage.printf("Usage: filename [filename]*\n");