diff options
Diffstat (limited to 'cc/skpicture_content_layer_updater.h')
-rw-r--r-- | cc/skpicture_content_layer_updater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/skpicture_content_layer_updater.h b/cc/skpicture_content_layer_updater.h index cc2d86c..840eba6 100644 --- a/cc/skpicture_content_layer_updater.h +++ b/cc/skpicture_content_layer_updater.h @@ -27,7 +27,7 @@ public: Resource(SkPictureContentLayerUpdater*, scoped_ptr<PrioritizedResource>); virtual ~Resource(); - virtual void update(ResourceUpdateQueue&, const gfx::Rect& sourceRect, const gfx::Vector2d& destOffset, bool partialUpdate, RenderingStats&) OVERRIDE; + virtual void update(ResourceUpdateQueue&, const gfx::Rect& sourceRect, const gfx::Vector2d& destOffset, bool partialUpdate, RenderingStats*) OVERRIDE; private: SkPictureContentLayerUpdater* updater() { return m_updater; } @@ -44,7 +44,7 @@ protected: explicit SkPictureContentLayerUpdater(scoped_ptr<LayerPainter>); virtual ~SkPictureContentLayerUpdater(); - virtual void prepareToUpdate(const gfx::Rect& contentRect, const gfx::Size& tileSize, float contentsWidthScale, float contentsHeightScale, gfx::Rect& resultingOpaqueRect, RenderingStats&) OVERRIDE; + virtual void prepareToUpdate(const gfx::Rect& contentRect, const gfx::Size& tileSize, float contentsWidthScale, float contentsHeightScale, gfx::Rect& resultingOpaqueRect, RenderingStats*) OVERRIDE; void drawPicture(SkCanvas*); void updateTexture(ResourceUpdateQueue& queue, PrioritizedResource* texture, const gfx::Rect& sourceRect, const gfx::Vector2d& destOffset, bool partialUpdate); |