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

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

Issue 2868473002: Implement aura::Window::CreateCompositorFrameSink() (Closed)
Patch Set: Address review issues Created 3 years, 7 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index 8c102005b4d03bdc8a6e0e3b2a3d6e4bb19b0093..b7a933bf1d1cf27e7d975b1e6eb4d83e899d9f0f 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -262,6 +262,10 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
void OnPropertyChanged(const void* key,
int64_t old_value,
std::unique_ptr<ui::PropertyData> data) override;
+ std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink() override;
+ cc::SurfaceId GetSurfaceId() const override;
+ void OnWindowAddedToRootWindow() override {}
+ void OnWillRemoveWindowFromRootWindow() override {}
void UpdatePrimarySurfaceInfo();
void UpdateClientSurfaceEmbedder();
« no previous file with comments | « ui/aura/local/window_port_local.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698