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

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

Issue 2790673003: Aura-Mus: Enable Surface Synchronization behind flag (Closed)
Patch Set: Addressed Sadrul's comments 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') | no next file with comments »
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..58d0bf911920e4300ad3cb7c27e60aa622393674 100644
--- a/ui/aura/mus/client_surface_embedder.h
+++ b/ui/aura/mus/client_surface_embedder.h
@@ -30,6 +30,10 @@ class ClientSurfaceEmbedder {
// on the provided |surface_info|.
void SetPrimarySurfaceInfo(const cc::SurfaceInfo& surface_info);
+ // Sets the fallback SurfaceInfo of the surface layer. The clip layer is not
+ // updated.
+ void SetFallbackSurfaceInfo(const cc::SurfaceInfo& surface_info);
+
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698