| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index 9305a4652c06f71e46e4522602562482b8deec47..8adae1c6c231cda0fae8597d7a40a56564b07f2d 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -237,8 +237,6 @@ private:
|
| LayoutSize contentOffsetInCompostingLayer() const;
|
| // Result is transform origin in pixels.
|
| FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
|
| - // Result is perspective origin in pixels.
|
| - FloatPoint computePerspectiveOrigin(const IntRect& borderBox) const;
|
|
|
| void updateSquashingLayerGeometry(const IntPoint& delta);
|
|
|
|
|