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

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

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/gtk/panels/panel_gtk.cc
diff --git a/chrome/browser/ui/gtk/panels/panel_gtk.cc b/chrome/browser/ui/gtk/panels/panel_gtk.cc
index 3fd36ceded03e95988c4b0b34f8fcc32409d0d83..14cd913e5f52e1daa3d9b2a6772423508a8a119b 100644
--- a/chrome/browser/ui/gtk/panels/panel_gtk.cc
+++ b/chrome/browser/ui/gtk/panels/panel_gtk.cc
@@ -990,6 +990,10 @@ void PanelGtk::UpdatePanelMinimizeRestoreButtonVisibility() {
titlebar_->UpdateMinimizeRestoreButtonVisibility();
}
+void PanelGtk::UpdatePanelStackingProperty() {
+ NOTIMPLEMENTED();
+}
+
gfx::Size PanelGtk::GetNonClientFrameSize() const {
GtkAllocation window_allocation;
gtk_widget_get_allocation(window_container_, &window_allocation);

Powered by Google App Engine
This is Rietveld 408576698