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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.cc

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Updated Created 4 years 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: content/browser/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index 23c4cbd818916f0f8586f6be37f7d3157ba92522..90a5feb6ab4dab38b74e63680f5188db3a234f8d 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -659,6 +659,11 @@ ui::ContextFactory* GpuProcessTransportFactory::GetContextFactory() {
return this;
}
+ui::ContextFactoryPrivate*
+GpuProcessTransportFactory::GetContextFactoryPrivate() {
+ return this;
+}
+
cc::FrameSinkId GpuProcessTransportFactory::AllocateFrameSinkId() {
return cc::FrameSinkId(0, next_sink_id_++);
}

Powered by Google App Engine
This is Rietveld 408576698