| Index: content/browser/compositor/no_transport_image_transport_factory.cc
|
| diff --git a/content/browser/compositor/no_transport_image_transport_factory.cc b/content/browser/compositor/no_transport_image_transport_factory.cc
|
| index f278e494183b51a8f8f73b8accfc09d842a71c18..d67be0cf86aa813879ba4188c45009fe9effa980 100644
|
| --- a/content/browser/compositor/no_transport_image_transport_factory.cc
|
| +++ b/content/browser/compositor/no_transport_image_transport_factory.cc
|
| @@ -25,7 +25,7 @@ class FakeTexture : public ui::Texture {
|
|
|
| virtual unsigned int PrepareTexture() OVERRIDE { return texture_; }
|
|
|
| - virtual void Consume(const std::string& mailbox_name,
|
| + virtual void Consume(const gpu::Mailbox& mailbox,
|
| const gfx::Size& new_size) OVERRIDE {
|
| size_ = new_size;
|
| }
|
|
|