| Index: cc/picture_layer.h
|
| diff --git a/cc/picture_layer.h b/cc/picture_layer.h
|
| index 3aab8fdfb00f4bc6b24d082864ff0221eeffd240..cf9cf05935c318295e930601e511d0a7ce046891 100644
|
| --- a/cc/picture_layer.h
|
| +++ b/cc/picture_layer.h
|
| @@ -24,7 +24,8 @@ public:
|
|
|
| // Implement Layer interface
|
| virtual bool drawsContent() const OVERRIDE;
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(
|
| + LayerTreeHostImpl* host) OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
| virtual void setNeedsDisplayRect(const gfx::RectF& layerRect) OVERRIDE;
|
| virtual void update(ResourceUpdateQueue&, const OcclusionTracker*,
|
|
|