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

Unified Diff: chrome/browser/ui/panels/panel_titlebar_view_cocoa.h

Issue 8574068: Mac Panels interaction with Dock modifications. (step 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback Created 9 years, 1 month 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/panels/panel_titlebar_view_cocoa.h
diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
index 9458940bcc5a002b2480b8ef25d62bafa8592936..0a97f4b4f2d13ea93101df25ba0ee8dc04c7e64f 100644
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h
@@ -49,6 +49,7 @@ enum PanelDragState {
ScopedCrTrackingArea closeButtonTrackingArea_;
PanelDragState dragState_;
BOOL isDrawingAttention_;
+ NSPoint dragStartLocation_;
}
// Callback from Close button.

Powered by Google App Engine
This is Rietveld 408576698