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 44b10b0e1c984474568b0ab3d0568beef58cbd17..799710900d709ab102821faee91ec29089d5e7ab 100644 |
--- a/content/browser/renderer_host/image_transport_factory.h |
+++ b/content/browser/renderer_host/image_transport_factory.h |
@@ -5,6 +5,8 @@ |
#ifndef CONTENT_BROWSER_RENDERER_HOST_IMAGE_TRANSPORT_FACTORY_H_ |
#define CONTENT_BROWSER_RENDERER_HOST_IMAGE_TRANSPORT_FACTORY_H_ |
+#include <vector> |
+ |
#include "base/memory/ref_counted.h" |
#include "ui/gfx/native_widget_types.h" |
@@ -74,7 +76,7 @@ class ImageTransportFactory { |
virtual scoped_refptr<ui::Texture> CreateTransportClient( |
const gfx::Size& size, |
float device_scale_factor, |
- uint64 transport_handle) = 0; |
+ const std::vector<signed char>& mailbox_name) = 0; |
// Variant of CreateTransportClient() that deletes the texture on the GPU when |
// the returned value is deleted. |