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

Unified Diff: chrome/browser/ui/cocoa/panels/panel_cocoa.h

Issue 11669018: Support dragging panels to stack and snap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 7 years, 11 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
Index: chrome/browser/ui/cocoa/panels/panel_cocoa.h
diff --git a/chrome/browser/ui/cocoa/panels/panel_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_cocoa.h
index a8e747f13fd41c015f5fedc49f429965ccd95431..d7a45c463b31772fb104cb4341eb53ed6168ab63 100644
--- a/chrome/browser/ui/cocoa/panels/panel_cocoa.h
+++ b/chrome/browser/ui/cocoa/panels/panel_cocoa.h
@@ -52,6 +52,7 @@ class PanelCocoa : public NativePanel {
virtual void PanelExpansionStateChanging(
Panel::ExpansionState old_state,
Panel::ExpansionState new_state) OVERRIDE;
+ virtual void UpdatePanelStackingProperty() OVERRIDE;
virtual void AttachWebContents(content::WebContents* contents) OVERRIDE;
virtual void DetachWebContents(content::WebContents* contents) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/panels/panel_cocoa.mm » ('j') | chrome/browser/ui/panels/detached_panel_collection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698