Index: content/browser/renderer_host/image_transport_factory.h |
diff --git a/content/browser/renderer_host/image_transport_factory.h b/content/browser/renderer_host/image_transport_factory.h |
index 99363f511f9522ef7d2a9c40a9c054b866b46ca5..12abaaaf60987051aafb386ddd96aa9a534f1652 100644 |
--- a/content/browser/renderer_host/image_transport_factory.h |
+++ b/content/browser/renderer_host/image_transport_factory.h |
@@ -76,7 +76,7 @@ class ImageTransportFactory { |
// sent by the GPU process. |
virtual scoped_refptr<ui::Texture> CreateTransportClient( |
const gfx::Size& size, |
- uint64* transport_handle, |
+ uint64 transport_handle, |
ui::Compositor* compositor) = 0; |
// Gets a GLHelper instance, associated with the compositor context. This |