| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index 6b529dd9a90f7f4518595cc3a6fbd043ade96190..3601b23732a4b479dfeab91edf321a62968ffd36 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -91,7 +91,6 @@ 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.
|
| @@ -146,7 +145,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| void PushPropertiesTo(LayerImpl* layer) override;
|
|
|
| protected:
|
| - TextureLayer(const LayerSettings& settings, TextureLayerClient* client);
|
| + explicit TextureLayer(TextureLayerClient* client);
|
| ~TextureLayer() override;
|
| bool HasDrawableContent() const override;
|
|
|
|
|