| Index: cc/tree_synchronizer.h
|
| diff --git a/cc/tree_synchronizer.h b/cc/tree_synchronizer.h
|
| index 26098411b94294ee64edf8ccbd0786ec0f6254a1..530ed1fd503d4b80321afb758d508134e1484510 100644
|
| --- a/cc/tree_synchronizer.h
|
| +++ b/cc/tree_synchronizer.h
|
| @@ -29,7 +29,7 @@ private:
|
|
|
| // Declared as static member functions so they can access functions on LayerChromium as a friend class.
|
| static scoped_ptr<CCLayerImpl> reuseOrCreateCCLayerImpl(RawPtrCCLayerImplMap& newLayers, ScopedPtrCCLayerImplMap& oldLayers, LayerChromium*);
|
| - static void collectExistingCCLayerImplRecursive(ScopedPtrCCLayerImplMap& oldLayers, scoped_ptr<CCLayerImpl>);
|
| + static void collectExistingCCLayerImplRecursive(LayerChromium*, ScopedPtrCCLayerImplMap& oldLayers, scoped_ptr<CCLayerImpl>);
|
| static scoped_ptr<CCLayerImpl> synchronizeTreeRecursive(RawPtrCCLayerImplMap& newLayers, ScopedPtrCCLayerImplMap& oldLayers, LayerChromium*, CCLayerTreeHostImpl*);
|
| static void updateScrollbarLayerPointersRecursive(const RawPtrCCLayerImplMap& newLayers, LayerChromium*);
|
|
|
|
|