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

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

Issue 320713004: Update panel layout immediately after the user has finished resizing a panel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 6 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 | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/browser/ui/panels/panel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_constants.h
diff --git a/chrome/browser/ui/panels/panel_constants.h b/chrome/browser/ui/panels/panel_constants.h
index eab7dbc0e78aa27b28657a90301b45f34cd9a5a0..d8f75fd4e37d2423feb019e1315784386631a564 100644
--- a/chrome/browser/ui/panels/panel_constants.h
+++ b/chrome/browser/ui/panels/panel_constants.h
@@ -65,19 +65,6 @@ enum ClickModifier {
APPLY_TO_ALL, // Apply the click behavior to all panels in the collection.
};
-// Edge at which a panel is being resized using the mouse.
-enum ResizingSides {
- RESIZE_NONE = 0,
- RESIZE_TOP,
- RESIZE_TOP_RIGHT,
- RESIZE_RIGHT,
- RESIZE_BOTTOM_RIGHT,
- RESIZE_BOTTOM,
- RESIZE_BOTTOM_LEFT,
- RESIZE_LEFT,
- RESIZE_TOP_LEFT
-};
-
// Ways a panel can be resized.
enum Resizability {
NOT_RESIZABLE = 0,
« no previous file with comments | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/browser/ui/panels/panel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698