| Index: trunk/src/content/browser/compositor/no_transport_image_transport_factory.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/compositor/no_transport_image_transport_factory.cc (revision 251280)
|
| +++ trunk/src/content/browser/compositor/no_transport_image_transport_factory.cc (working copy)
|
| @@ -25,7 +25,7 @@
|
|
|
| virtual unsigned int PrepareTexture() OVERRIDE { return texture_; }
|
|
|
| - virtual void Consume(const gpu::Mailbox& mailbox,
|
| + virtual void Consume(const std::string& mailbox_name,
|
| const gfx::Size& new_size) OVERRIDE {
|
| size_ = new_size;
|
| }
|
|
|