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

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

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: First cut propagating LocalSurfaceId when WindowTreeHost requests resize 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/DEPS ('k') | 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 75b45c224fe909eabb246947cb4836fb0187b631..74bf62bf6e4a1671f240f346c393ce053d44e700 100644
--- a/ui/aura/mus/client_surface_embedder.h
+++ b/ui/aura/mus/client_surface_embedder.h
@@ -29,6 +29,8 @@ class ClientSurfaceEmbedder {
// Updates the surface layer and the clip layer based on the surface info.
void UpdateSurface(const cc::SurfaceInfo& surface_info);
+ void SetFallbackSurfaceInfo(const cc::SurfaceInfo& surface_info);
+
private:
// The window which embeds the client.
Window* window_;
« no previous file with comments | « ui/aura/mus/DEPS ('k') | ui/aura/mus/client_surface_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698