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

Side by Side Diff: services/ui/public/interfaces/window_manager_constants.mojom

Issue 2514243002: Propagates window type properties during aura-mus window creation (Closed)
Patch Set: merge Created 4 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 unified diff | Download patch
« no previous file with comments | « ash/mus/property_util.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module ui.mojom; 5 module ui.mojom;
6 6
7 import "services/ui/public/interfaces/display/display.mojom"; 7 import "services/ui/public/interfaces/display/display.mojom";
8 import "ui/gfx/geometry/mojo/geometry.mojom"; 8 import "ui/gfx/geometry/mojo/geometry.mojom";
9 9
10 enum WindowManagerErrorCode { 10 enum WindowManagerErrorCode {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // BUBBLE and POPUP. 57 // BUBBLE and POPUP.
58 WINDOW, 58 WINDOW,
59 PANEL, 59 PANEL,
60 WINDOW_FRAMELESS, 60 WINDOW_FRAMELESS,
61 CONTROL, 61 CONTROL,
62 POPUP, 62 POPUP,
63 MENU, 63 MENU,
64 TOOLTIP, 64 TOOLTIP,
65 BUBBLE, 65 BUBBLE,
66 DRAG, 66 DRAG,
67 UNKNOWN,
67 }; 68 };
OLDNEW
« no previous file with comments | « ash/mus/property_util.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698