Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / dm / DMUtil.h
index 49da857..dfb7f92 100644 (file)
@@ -18,10 +18,8 @@ SkString UnderJoin(const char* a, const char* b);
 // "foo_bar.skp" -> "foo-bar_skp"
 SkString FileToTaskName(SkString);
 
-// Draw gm to picture.  If skr is true, uses EXPERIMENTAL_beginRecording().
-SkPicture* RecordPicture(skiagm::GM* gm,
-                         SkBBHFactory* factory = NULL,
-                         bool skr = false);
+// Draw gm to picture.
+SkPicture* RecordPicture(skiagm::GM* gm, SkBBHFactory* factory = NULL);
 
 // Allocate an empty bitmap with this size and depth.
 void AllocatePixels(SkColorType, int w, int h, SkBitmap* bitmap);