aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-snapshot-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-snapshot-service.h')
-rw-r--r--lib/ephy-snapshot-service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-snapshot-service.h b/lib/ephy-snapshot-service.h
index dacf21a63..ec34c6b31 100644
--- a/lib/ephy-snapshot-service.h
+++ b/lib/ephy-snapshot-service.h
@@ -107,7 +107,8 @@ gboolean ephy_snapshot_service_save_snapshot_finish (EphySnap
GAsyncResult *result,
GError **error);
-GdkPixbuf *ephy_snapshot_service_crop_snapshot (cairo_surface_t *surface);
+GdkPixbuf *ephy_snapshot_service_prepare_snapshot (cairo_surface_t *surface,
+ cairo_surface_t *favicon);
G_END_DECLS