summaryrefslogtreecommitdiffstats
path: root/cc/layers/texture_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/texture_layer.h')
-rw-r--r--cc/layers/texture_layer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
index 6b529dd..3601b23 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;