Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / cc / test / fake_picture_pile_impl.cc
index 630bb75..3598ca7 100644 (file)
@@ -84,7 +84,7 @@ void FakePicturePileImpl::AddRecordingAt(int x, int y) {
   bounds.Inset(-buffer_pixels(), -buffer_pixels());
 
   scoped_refptr<Picture> picture(Picture::Create(
-      bounds, &client_, tile_grid_info_, true, 0, Picture::RECORD_NORMALLY));
+      bounds, &client_, tile_grid_info_, true, Picture::RECORD_NORMALLY));
   picture_map_[std::pair<int, int>(x, y)].SetPicture(picture);
   EXPECT_TRUE(HasRecordingAt(x, y));