Index: content/browser/renderer_host/image_transport_factory.h |
=================================================================== |
--- content/browser/renderer_host/image_transport_factory.h (revision 151158) |
+++ content/browser/renderer_host/image_transport_factory.h (working copy) |
@@ -76,7 +76,8 @@ |
// sent by the GPU process. |
virtual scoped_refptr<ui::Texture> CreateTransportClient( |
const gfx::Size& size, |
- uint64 transport_handle) = 0; |
+ uint64 transport_handle, |
+ ui::Compositor* compositor) = 0; |
// Gets a GLHelper instance, associated with the compositor context. This |
// GLHelper will get destroyed whenever the context is lost ( |