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

Unified Diff: ui/aura/mus/window_tree_host_mus.h

Issue 2764433003: mus-ws: Plumb FrameSinkId to Children (Closed)
Patch Set: Cleanup Created 3 years, 9 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
Index: ui/aura/mus/window_tree_host_mus.h
diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
index 047ffde84496b5e7149f1608681b72f483b8e36e..5c842e9a87ccd275be10dffbc0c26e2f9afea361 100644
--- a/ui/aura/mus/window_tree_host_mus.h
+++ b/ui/aura/mus/window_tree_host_mus.h
@@ -38,6 +38,7 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
std::unique_ptr<WindowPortMus> window_port,
WindowTreeClient* window_tree_client,
int64_t display_id,
+ const cc::FrameSinkId& frame_sink_id,
sky 2017/03/21 21:12:03 Is it worth having a default value for frame_sink_
Fady Samuel 2017/03/21 22:03:29 Done. I don't it's saved me anything.
const std::map<std::string, std::vector<uint8_t>>* properties = nullptr);
// This constructor is intended for creating top level windows in
@@ -48,6 +49,7 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
// TODO: this should take an unordered_map, see http://crbug.com/670515.
explicit WindowTreeHostMus(
WindowTreeClient* window_tree_client,
+ const cc::FrameSinkId& frame_sink_id = cc::FrameSinkId(),
const std::map<std::string, std::vector<uint8_t>>* properties = nullptr);
~WindowTreeHostMus() override;

Powered by Google App Engine
This is Rietveld 408576698