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

Unified Diff: content/browser/compositor/test/no_transport_image_transport_factory.h

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash 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/test/no_transport_image_transport_factory.h
diff --git a/content/browser/compositor/test/no_transport_image_transport_factory.h b/content/browser/compositor/test/no_transport_image_transport_factory.h
index 9211e1aeeca3c9135acd1274286a5a79d1d7608f..3961b4a7b16c18ec420751fa15d6b3ad84b0db6d 100644
--- a/content/browser/compositor/test/no_transport_image_transport_factory.h
+++ b/content/browser/compositor/test/no_transport_image_transport_factory.h
@@ -30,6 +30,7 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
// ImageTransportFactory implementation.
ui::ContextFactory* GetContextFactory() override;
+ ui::ContextFactoryPrivate* GetContextFactoryPrivate() override;
display_compositor::GLHelper* GetGLHelper() override;
void SetGpuChannelEstablishFactory(
gpu::GpuChannelEstablishFactory* factory) override;
« no previous file with comments | « content/browser/compositor/surface_utils.cc ('k') | content/browser/compositor/test/no_transport_image_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698