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

Unified Diff: ui/aura/local/window_port_local.h

Issue 2875753002: Implement aura::WindowPortMus::CreateCompositorFrameSink() (Closed)
Patch Set: Fix unittests 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/local/window_port_local.h
diff --git a/ui/aura/local/window_port_local.h b/ui/aura/local/window_port_local.h
index 5d5547203d3536da731d53c66998fac4a3f7cac4..1b900414f2ed759162293eb79f3f396a46c571fa 100644
--- a/ui/aura/local/window_port_local.h
+++ b/ui/aura/local/window_port_local.h
@@ -39,7 +39,9 @@ class AURA_EXPORT WindowPortLocal : 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;

Powered by Google App Engine
This is Rietveld 408576698