Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / render_pdfs_main.cpp
index dd5f642..5e3385e 100644 (file)
@@ -254,7 +254,7 @@ int tool_main_core(int argc, char** argv) {
             ++failures;
             continue;
         }
-        SkDebugf("[%f,%f,%f,%f] %-*s", 
+        SkDebugf("[%6g %6g %6g %6g] %-*s",
             picture->cullRect().fLeft, picture->cullRect().fTop,
             picture->cullRect().fRight, picture->cullRect().fBottom,
             maximumPathLength, basename.c_str());