| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index 86705350dbaea9c6f2d2cb90712b190fd39b367e..34abaa9275daa5f66b53b18d803575a4b1d99828 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -378,8 +378,6 @@ class CC_EXPORT EffectTree final : public PropertyTree<EffectNode> {
|
| bool HasCopyRequests() const;
|
| void ClearCopyRequests();
|
|
|
| - int ClosestAncestorWithCopyRequest(int id) const;
|
| -
|
| // Given the ids of two effect nodes that have render surfaces, returns the
|
| // id of the lowest common ancestor effect node that also has a render
|
| // surface.
|
|
|