| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 4d2e85310fb23b08bb6659ef7414bade89188fda..cf2356587156b23b495d9d4b089c0da0ac8a674c 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -176,7 +176,6 @@ class CC_EXPORT LayerImpl {
|
| void SetContentsOpaque(bool opaque);
|
| bool contents_opaque() const { return contents_opaque_; }
|
|
|
| - float Opacity() const;
|
| const gfx::Transform& Transform() const;
|
|
|
| // Stable identifier for clients. See comment in cc/trees/element_id.h.
|
|
|