Index: cc/tree_synchronizer.h |
diff --git a/cc/tree_synchronizer.h b/cc/tree_synchronizer.h |
index 89748829fd45e1aea0760a77eb957680b235e339..65ff3baa98b77161e38e791ef32baf74e1fc15ef 100644 |
--- a/cc/tree_synchronizer.h |
+++ b/cc/tree_synchronizer.h |
@@ -29,7 +29,7 @@ private: |
typedef base::hash_map<int, LayerImpl*> RawPtrLayerImplMap; |
// Declared as static member functions so they can access functions on Layer as a friend class. |
- static scoped_ptr<LayerImpl> reuseOrCreateLayerImpl(RawPtrLayerImplMap& newLayers, ScopedPtrLayerImplMap& oldLayers, Layer*); |
+ static scoped_ptr<LayerImpl> reuseOrCreateLayerImpl(RawPtrLayerImplMap& newLayers, ScopedPtrLayerImplMap& oldLayers, Layer*, LayerTreeHostImpl*); |
static void collectExistingLayerImplRecursive(ScopedPtrLayerImplMap& oldLayers, scoped_ptr<LayerImpl>); |
static scoped_ptr<LayerImpl> synchronizeTreeRecursive(RawPtrLayerImplMap& newLayers, ScopedPtrLayerImplMap& oldLayers, Layer*, LayerTreeHostImpl*); |
static void updateScrollbarLayerPointersRecursive(const RawPtrLayerImplMap& newLayers, Layer*); |