Index: ui/aura/window_port_for_shutdown.h |
diff --git a/ui/aura/window_port_for_shutdown.h b/ui/aura/window_port_for_shutdown.h |
index 894e2c7259f74b830da181b31bd3515cd10a1863..d2e7e4e0f23369a52bc9878fdc325fa15c67155b 100644 |
--- a/ui/aura/window_port_for_shutdown.h |
+++ b/ui/aura/window_port_for_shutdown.h |
@@ -33,7 +33,9 @@ class WindowPortForShutdown : public WindowPort { |
void OnPropertyChanged(const void* key, |
int64_t old_value, |
std::unique_ptr<ui::PropertyData> data) override; |
- std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink() override; |
+ std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink( |
+ scoped_refptr<cc::ContextProvider> context_provider, |
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager) override; |
cc::SurfaceId GetSurfaceId() const override; |
void OnWindowAddedToRootWindow() override; |
void OnWillRemoveWindowFromRootWindow() override; |