Index: content/browser/compositor/gpu_process_transport_factory.h |
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h |
index 0bd5c05411c4e1e054f6c87118ae32d9846e9f60..b4b378eb172a8c7ae631bb1e0822f794ca023e22 100644 |
--- a/content/browser/compositor/gpu_process_transport_factory.h |
+++ b/content/browser/compositor/gpu_process_transport_factory.h |
@@ -49,6 +49,7 @@ class GpuProcessTransportFactory |
virtual cc::SharedBitmapManager* GetSharedBitmapManager() OVERRIDE; |
// ImageTransportFactory implementation. |
+ virtual ui::ContextFactory* AsContextFactory() OVERRIDE; |
danakj
2014/05/09 17:22:42
Can you just upcast this class instead?
danakj
2014/05/09 17:23:25
Oh, nevermind, you're calling this on the ImageTra
|
virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE; |
virtual GLHelper* GetGLHelper() OVERRIDE; |
virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |