Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: chrome/browser/gtk/gtk_floating_container.h

Issue 3106031: New first run experience for Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: typo Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/gtk/first_run_dialog.cc ('k') | chrome/browser/gtk/gtk_floating_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/gtk/first_run_dialog.cc ('k') | chrome/browser/gtk/gtk_floating_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698