| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index cff2e3cd46fa13339168e811c60c0ae433e736dd..6de1ea49efeee466ad273c2de98b89c817f01f99 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -62,6 +62,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| void SetTextureId(unsigned texture_id);
|
|
|
| // Code path for plugins which supply their own mailbox.
|
| + bool uses_mailbox() const { return uses_mailbox_; }
|
| void SetTextureMailbox(const TextureMailbox& mailbox);
|
|
|
| void WillModifyTexture();
|
|
|