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

Unified Diff: ui/aura/window_port_for_shutdown.cc

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
« ui/aura/window.cc ('K') | « ui/aura/window_port_for_shutdown.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_port_for_shutdown.cc
diff --git a/ui/aura/window_port_for_shutdown.cc b/ui/aura/window_port_for_shutdown.cc
index 78ca06cb7e8226674f9b99541487f729951c3993..658cfd59fc8280eb5af30ace7da92754966b8bbd 100644
--- a/ui/aura/window_port_for_shutdown.cc
+++ b/ui/aura/window_port_for_shutdown.cc
@@ -48,7 +48,9 @@ void WindowPortForShutdown::OnPropertyChanged(
std::unique_ptr<ui::PropertyData> data) {}
std::unique_ptr<cc::CompositorFrameSink>
-WindowPortForShutdown::CreateCompositorFrameSink() {
+WindowPortForShutdown::CreateCompositorFrameSink(
+ scoped_refptr<cc::ContextProvider> context_provider,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager) {
return nullptr;
}
« ui/aura/window.cc ('K') | « ui/aura/window_port_for_shutdown.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698