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

Unified Diff: services/ui/ws/server_window_compositor_frame_sink_manager.h

Issue 2580063002: Mustash: Ensure surfaces submitted to Mus by WM and embedders contain Surfaces with embeded content. (Closed)
Patch Set: Make the clipping layer ui::LAYER_NOT_DRAWN. Created 4 years 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: services/ui/ws/server_window_compositor_frame_sink_manager.h
diff --git a/services/ui/ws/server_window_compositor_frame_sink_manager.h b/services/ui/ws/server_window_compositor_frame_sink_manager.h
index f71a76b920ac0d7ccd1b2590ddfb616b4e3da9d3..93389ca5093b1628b86ef12143b363605b36fdd1 100644
--- a/services/ui/ws/server_window_compositor_frame_sink_manager.h
+++ b/services/ui/ws/server_window_compositor_frame_sink_manager.h
@@ -111,6 +111,8 @@ class ServerWindowCompositorFrameSinkManager {
TypeToCompositorFrameSinkMap type_to_compositor_frame_sink_map_;
+ // TODO(mfomitchev): This is currently always false. Confirm if we still need
+ // this.
// While true the window is not drawn. This is initially true if the window
// has the property |kWaitForUnderlay_Property|. This is set to false once
// the underlay and default surface have been set *and* their size is at

Powered by Google App Engine
This is Rietveld 408576698