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

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

Issue 2764433003: mus-ws: Plumb FrameSinkId to Children (Closed)
Patch Set: Addressed Antoine's comment 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
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/aura/mus/window_port_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_mus.h
diff --git a/ui/aura/mus/window_mus.h b/ui/aura/mus/window_mus.h
index f88d042285302a6a247a5bb94b78c77150a6dcd0..873ac31c1a53d73c252690fb65d71644a7623793 100644
--- a/ui/aura/mus/window_mus.h
+++ b/ui/aura/mus/window_mus.h
@@ -82,6 +82,8 @@ class AURA_EXPORT WindowMus {
virtual void SetPredefinedCursorFromServer(ui::mojom::Cursor cursor) = 0;
virtual void SetPropertyFromServer(const std::string& property_name,
const std::vector<uint8_t>* data) = 0;
+ virtual void SetFrameSinkIdFromServer(
+ const cc::FrameSinkId& frame_sink_id) = 0;
virtual void SetSurfaceInfoFromServer(
const cc::SurfaceInfo& surface_info) = 0;
// The window was deleted on the server side. DestroyFromServer() should
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/aura/mus/window_port_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698