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 8338b25aebe2a5b3409995ecba88f7b9d6b4e284..2b13b7ec83f59bef0b94be878e271f15e59b2d1b 100644 |
--- a/chrome/browser/ui/gtk/panels/panel_gtk.h |
+++ b/chrome/browser/ui/gtk/panels/panel_gtk.h |
@@ -80,6 +80,7 @@ class PanelGtk : public NativePanel, |
virtual void SetPanelAlwaysOnTop(bool on_top) OVERRIDE; |
virtual void EnableResizeByMouse(bool enable) OVERRIDE; |
virtual void UpdatePanelMinimizeRestoreButtonVisibility() OVERRIDE; |
+ virtual void UpdatePanelStackingProperty() OVERRIDE; |
virtual NativePanelTesting* CreateNativePanelTesting() OVERRIDE; |