| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 5b21f5bc78a9ce8e9ff439a7e3cb1a30ead2dec9..4debc46d83335be4ba9f89de9bae9ffe42d59afc 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -166,10 +166,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void SetIsContainerForFixedPositionLayers(bool container);
|
| bool IsContainerForFixedPositionLayers() const;
|
|
|
| - gfx::Vector2dF FixedContainerSizeDelta() const {
|
| - return gfx::Vector2dF();
|
| - }
|
| -
|
| void SetPositionConstraint(const LayerPositionConstraint& constraint);
|
| const LayerPositionConstraint& position_constraint() const {
|
| return inputs_.position_constraint;
|
|
|