| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index 00c9e7452ad59941195a3a4526879b303162ae36..c4b1efa0de1a69ca00c53a375a8f7b9ba9146ed3 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -86,6 +86,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
|
|
| // Used when mailbox names are specified instead of texture IDs.
|
| static scoped_refptr<TextureLayer> CreateForMailbox(
|
| + const LayerSettings& settings,
|
| TextureLayerClient* client);
|
|
|
| // Resets the client, which also resets the texture.
|
| @@ -147,7 +148,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| SimpleEnclosedRegion VisibleContentOpaqueRegion() const override;
|
|
|
| protected:
|
| - explicit TextureLayer(TextureLayerClient* client);
|
| + TextureLayer(const LayerSettings& settings, TextureLayerClient* client);
|
| ~TextureLayer() override;
|
| bool HasDrawableContent() const override;
|
|
|
|
|