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

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

Issue 2790673003: Aura-Mus: Enable Surface Synchronization behind flag (Closed)
Patch Set: Added unit test 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 | « no previous file | ui/aura/mus/client_surface_embedder.cc » ('j') | ui/aura/mus/window_port_mus.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/client_surface_embedder.h
diff --git a/ui/aura/mus/client_surface_embedder.h b/ui/aura/mus/client_surface_embedder.h
index 6fe1f244ae702bc4276087a26eda6a5edfd21e7f..ef2f73575ea8e694781ad54018966ab77825b6cc 100644
--- a/ui/aura/mus/client_surface_embedder.h
+++ b/ui/aura/mus/client_surface_embedder.h
@@ -30,6 +30,8 @@ class ClientSurfaceEmbedder {
// on the provided |surface_info|.
void SetPrimarySurfaceInfo(const cc::SurfaceInfo& surface_info);
+ void SetFallbackSurfaceInfo(const cc::SurfaceInfo& surface_info);
sadrul 2017/03/31 01:26:20 Does the clip-layer apply here? Are there restrict
Fady Samuel 2017/03/31 01:57:43 The clip layer is explicitly NOT updated. I've exp
+
private:
// The window which embeds the client.
Window* window_;
« no previous file with comments | « no previous file | ui/aura/mus/client_surface_embedder.cc » ('j') | ui/aura/mus/window_port_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698