| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 7061599e8e9f742c959589c65613c7fc819b2182..37a147adcbbef42648a2cf89b4b315929e8bdee6 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -92,8 +92,8 @@ Texture::Texture(bool flipped, const gfx::Size& size, float device_scale_factor)
|
| Texture::~Texture() {
|
| }
|
|
|
| -std::string Texture::Produce() {
|
| - return std::string();
|
| +gpu::Mailbox Texture::Produce() {
|
| + return gpu::Mailbox();
|
| }
|
|
|
| CompositorLock::CompositorLock(Compositor* compositor)
|
|
|