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

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

Issue 2780043002: Aura-Mus: Allocate a LocalSurfaceId on size change (Closed)
Patch Set: 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/window_port_mus.h » ('j') | ui/aura/mus/window_tree_client.cc » ('J')
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 873ac31c1a53d73c252690fb65d71644a7623793..65f0ae744807c2d1d6ff55165962866cd41522a0 100644
--- a/ui/aura/mus/window_mus.h
+++ b/ui/aura/mus/window_mus.h
@@ -84,6 +84,9 @@ class AURA_EXPORT WindowMus {
const std::vector<uint8_t>* data) = 0;
virtual void SetFrameSinkIdFromServer(
const cc::FrameSinkId& frame_sink_id) = 0;
+ virtual const cc::LocalSurfaceId& GetLocalSurfaceId() = 0;
sky 2017/03/29 00:07:35 Move this beneath all the other SetFooFromServer f
Fady Samuel 2017/03/29 22:10:14 Done.
+ virtual const cc::LocalSurfaceId& GetOrAllocateLocalSurfaceId(
+ const gfx::Size& new_size) = 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 | « no previous file | ui/aura/mus/window_port_mus.h » ('j') | ui/aura/mus/window_tree_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698