| Index: cc/tiled_layer.h
|
| diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
|
| index eca09722cb5f975e82c324c66836a1cac2854531..fe1270c94a54ba4521e7b73d33c1c7d88b469ffd 100644
|
| --- a/cc/tiled_layer.h
|
| +++ b/cc/tiled_layer.h
|
| @@ -65,7 +65,7 @@ protected:
|
| virtual PrioritizedResourceManager* resourceManager() const;
|
|
|
| private:
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
|
|
| void createTilerIfNeeded();
|
| void setTilingOption(TilingOption);
|
|
|