| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index ad8d44fcf869b67edc9b0540d5d566ca7d16268d..cff2e3cd46fa13339168e811c60c0ae433e736dd 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -27,7 +27,8 @@ class CC_EXPORT TextureLayer : public Layer {
|
| static scoped_refptr<TextureLayer> Create(TextureLayerClient* client);
|
|
|
| // Used when mailbox names are specified instead of texture IDs.
|
| - static scoped_refptr<TextureLayer> CreateForMailbox();
|
| + static scoped_refptr<TextureLayer> CreateForMailbox(
|
| + TextureLayerClient* client);
|
|
|
| void ClearClient();
|
|
|
|
|