Index: chrome/browser/gtk/gtk_floating_container.h |
diff --git a/chrome/browser/gtk/gtk_floating_container.h b/chrome/browser/gtk/gtk_floating_container.h |
index f1b5eebc33c495375196ef21b06e9ea7cef366d1..b0eed46ec1c2694f7bb79aae4b71561f7aa9bd70 100644 |
--- a/chrome/browser/gtk/gtk_floating_container.h |
+++ b/chrome/browser/gtk/gtk_floating_container.h |
@@ -27,7 +27,8 @@ |
// signature: |
// |
// void (*set_floating_position)(GtkFloatingContainer* container, |
-// GtkAllocation* allocation); |
+// GtkAllocation* allocation, |
+// gpointer userdata); |
// |
// Your handler should, for each floating widget, set the "x" and "y" child |
// properties. |