| Index: cc/layer_tree_impl.h
|
| diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h
|
| index b69ebb594ff905b1f6ee8a4cc2a31099f74355eb..9c752b8eebc176e812ac458bd831ac37c5879432 100644
|
| --- a/cc/layer_tree_impl.h
|
| +++ b/cc/layer_tree_impl.h
|
| @@ -86,7 +86,7 @@ class CC_EXPORT LayerTreeImpl {
|
| void SetRootLayer(scoped_ptr<LayerImpl>);
|
| scoped_ptr<LayerImpl> DetachLayerTree();
|
|
|
| - void pushPropertiesTo(LayerTreeImpl*);
|
| + void PushPropertiesTo(LayerTreeImpl*);
|
|
|
| int source_frame_number() const { return source_frame_number_; }
|
| void set_source_frame_number(int frame_number) {
|
|
|