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

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
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..9200ce02da415e6505ac486084d8304cd7654f4f 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 OnWindowRemovingFromRootWindow() override {}
void UpdatePrimarySurfaceInfo();
void UpdateClientSurfaceEmbedder();

Powered by Google App Engine
This is Rietveld 408576698