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

Unified Diff: services/ui/public/interfaces/mus_constants.mojom

Issue 2612113002: Removing ServerWindowCompositorFrameSinkManager::ShouldDraw() (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/mus_constants.mojom
diff --git a/services/ui/public/interfaces/mus_constants.mojom b/services/ui/public/interfaces/mus_constants.mojom
index 4897e4206fbb1a1219ef96285e4272d21d53a6ec..e3f9af29add0661e82a1bb295c57507ccec3803a 100644
--- a/services/ui/public/interfaces/mus_constants.mojom
+++ b/services/ui/public/interfaces/mus_constants.mojom
@@ -7,9 +7,4 @@ module ui.mojom;
enum OrderDirection {
ABOVE = 1,
BELOW,
-};
-
-// If this property is present on a window then the window is only shown once
-// the underlay has been provided. This property is only checked once at
-// construction time.
-const string kWaitForUnderlay_Property = "property:wait-for-underlay";
+};
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698