| Index: cc/trees/tree_synchronizer.h
|
| diff --git a/cc/trees/tree_synchronizer.h b/cc/trees/tree_synchronizer.h
|
| index 2e6e8f09092aa8bd0f0006e208eda8f9ffea61c2..5a30faaa24062a9189e76bac33b885963927dd29 100644
|
| --- a/cc/trees/tree_synchronizer.h
|
| +++ b/cc/trees/tree_synchronizer.h
|
| @@ -29,20 +29,9 @@ class CC_EXPORT TreeSynchronizer {
|
| scoped_ptr<LayerImpl> old_layer_impl_root,
|
| LayerTreeImpl* tree_impl);
|
|
|
| - // Pushes properties from a Layer or LayerImpl tree to a structurally
|
| - // equivalent LayerImpl tree.
|
| - static void PushProperties(Layer* layer_root,
|
| - LayerImpl* layer_impl_root);
|
| - static void PushProperties(LayerImpl* layer_root, LayerImpl* layer_impl_root);
|
| -
|
| private:
|
| TreeSynchronizer(); // Not instantiable.
|
|
|
| - static void PushPropertiesInternal(
|
| - Layer* layer,
|
| - LayerImpl* layer_impl,
|
| - int* num_dependents_need_push_properties_for_parent);
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TreeSynchronizer);
|
| };
|
|
|
|
|