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

Unified Diff: chrome/browser/ui/gtk/panels/panel_gtk.h

Issue 16294002: Make docked panel always on top for Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | chrome/browser/ui/gtk/panels/panel_gtk.cc » ('j') | chrome/browser/ui/gtk/panels/panel_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/panels/panel_gtk.cc » ('j') | chrome/browser/ui/gtk/panels/panel_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698