Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / compositor / no_transport_image_transport_factory.cc
index f278e49..d67be0c 100644 (file)
@@ -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;
   }