| Index: cc/bitmap_skpicture_content_layer_updater.h
|
| diff --git a/cc/bitmap_skpicture_content_layer_updater.h b/cc/bitmap_skpicture_content_layer_updater.h
|
| index 0c76a727bfa0902f4e4c1a706697c05837ccd34d..cd52b461f7de51e5e07ff5dff72a61be83aa8fef 100644
|
| --- a/cc/bitmap_skpicture_content_layer_updater.h
|
| +++ b/cc/bitmap_skpicture_content_layer_updater.h
|
| @@ -18,7 +18,7 @@ public:
|
| public:
|
| Resource(BitmapSkPictureContentLayerUpdater*, scoped_ptr<PrioritizedTexture>);
|
|
|
| - virtual void update(TextureUpdateQueue&, const IntRect& sourceRect, const IntSize& destOffset, bool partialUpdate, RenderingStats&) OVERRIDE;
|
| + virtual void update(ResourceUpdateQueue&, const IntRect& sourceRect, const IntSize& destOffset, bool partialUpdate, RenderingStats&) OVERRIDE;
|
|
|
| private:
|
| BitmapSkPictureContentLayerUpdater* updater() { return m_updater; }
|
|
|