Index: chrome/browser/ui/gtk/panels/panel_gtk.h |
diff --git a/chrome/browser/ui/gtk/panels/panel_gtk.h b/chrome/browser/ui/gtk/panels/panel_gtk.h |
index 8b760238cf9c521b421e48acab5b6c37df6d6470..c0cf7a45774d57619bef707b7ffa88210b23d38e 100644 |
--- a/chrome/browser/ui/gtk/panels/panel_gtk.h |
+++ b/chrome/browser/ui/gtk/panels/panel_gtk.h |
@@ -128,6 +128,8 @@ class PanelGtk : public NativePanel, |
// Invalidate window to force repaint. |
void InvalidateWindow(); |
+ void UpdateWindowAlwaysOnTopState(); |
+ |
// Callback for accelerator activation. |user_data| stores the command id |
// of the matched accelerator. |
static gboolean OnGtkAccelerator(GtkAccelGroup* accel_group, |