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

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

Issue 2875753002: Implement aura::WindowPortMus::CreateCompositorFrameSink() (Closed)
Patch Set: Fix build problem Created 3 years, 6 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/local/window_port_local.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 2f31f3301f47ffa3df3b64eb996cf01a6b959688..7087bf5488483899346e737a3862dd32f8bb7d04 100644
--- a/ui/aura/mus/window_mus.h
+++ b/ui/aura/mus/window_mus.h
@@ -90,7 +90,6 @@ class AURA_EXPORT WindowMus {
const cc::FrameSinkId& frame_sink_id) = 0;
virtual const cc::LocalSurfaceId& GetOrAllocateLocalSurfaceId(
const gfx::Size& new_size) = 0;
- virtual void SetPrimarySurfaceInfo(const cc::SurfaceInfo& surface_info) = 0;
virtual void SetFallbackSurfaceInfo(const cc::SurfaceInfo& surface_info) = 0;
// The window was deleted on the server side. DestroyFromServer() should
// result in deleting |this|.
@@ -128,6 +127,8 @@ class AURA_EXPORT WindowMus {
virtual void NotifyEmbeddedAppDisconnected() = 0;
+ virtual bool HasLocalCompositorFrameSink() = 0;
+
private:
// Just for set_server_id(), which other places should not call.
friend class WindowTreeClient;
« no previous file with comments | « ui/aura/local/window_port_local.cc ('k') | ui/aura/mus/window_port_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698