Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / ProcStats.h
index 42849f1..14b98b7 100644 (file)
@@ -18,7 +18,7 @@ namespace sk_tools {
  *  If not implemented for this OS, returns -1.  Otherwise, return
  *  the maximum resident set size, as reported by getrusage().
  */
-int getMaxResidentSetSizeKB();
+int getMaxResidentSetSizeMB();
 
 }  // namespace sk_tools