| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index 90ba2ff845bc839d003dfa1218648531d6710878..e9f3bb08b536210982e06cdf539f54378cab5b54 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -157,10 +157,6 @@ class CC_EXPORT TransformTree final : public PropertyTree<TransformNode> {
|
| int dest_id,
|
| gfx::Transform* transform) const;
|
|
|
| - // Returns true iff the nodes indexed by |source_id| and |dest_id| are 2D axis
|
| - // aligned with respect to one another.
|
| - bool Are2DAxisAligned(int source_id, int dest_id) const;
|
| -
|
| void ResetChangeTracking();
|
| // Updates the parent, target, and screen space transforms and snapping.
|
| void UpdateTransforms(int id);
|
|
|