Index: gfx/gtk_util.h |
diff --git a/gfx/gtk_util.h b/gfx/gtk_util.h |
index a958d67d147940c42033cc57b61d3176bbe451bb..3a30ad9fbaa0ab6511b303a23fcfe5b772abe611 100644 |
--- a/gfx/gtk_util.h |
+++ b/gfx/gtk_util.h |
@@ -35,7 +35,8 @@ extern const GdkColor kGdkBlack; |
extern const GdkColor kGdkGreen; |
// Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so |
-// it is an expensive operation. |
+// it is an expensive operation. The returned GdkPixbuf will have a refcount of |
+// 1, and the caller is responsible for unrefing it when done. |
GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap* bitmap); |
// Modify the given region by subtracting the given rectangles. |