Chromium Code Reviews| Index: ui/aura/mus/window_port_mus.cc |
| diff --git a/ui/aura/mus/window_port_mus.cc b/ui/aura/mus/window_port_mus.cc |
| index 4c605a06f0416bb5186802a7eaa19792e05256e0..6c07146f9de294686ecc75271a61eb85a467b469 100644 |
| --- a/ui/aura/mus/window_port_mus.cc |
| +++ b/ui/aura/mus/window_port_mus.cc |
| @@ -520,6 +520,11 @@ void WindowPortMus::OnPropertyChanged(const void* key, |
| std::move(data)); |
| } |
| +std::unique_ptr<cc::CompositorFrameSink> |
| +WindowPortMus::OnCreateCompositorFrameSink() { |
| + return nullptr; |
|
Fady Samuel
2017/05/08 15:52:09
TODO here to implement this.
Peng
2017/05/08 17:44:39
Done.
|
| +} |
| + |
| void WindowPortMus::UpdatePrimarySurfaceInfo() { |
| bool embeds_surface = window_mus_type() == WindowMusType::TOP_LEVEL_IN_WM || |
| window_mus_type() == WindowMusType::EMBED_IN_OWNER; |