summaryrefslogtreecommitdiffstats
path: root/cc/scrollbar_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/scrollbar_layer.h')
-rw-r--r--cc/scrollbar_layer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h
index 8be2d82..cfa2fc3 100644
--- a/cc/scrollbar_layer.h
+++ b/cc/scrollbar_layer.h
@@ -42,7 +42,7 @@ protected:
virtual ~ScrollbarLayer();
private:
- void updatePart(CachingBitmapCanvasLayerUpdater*, LayerUpdater::Texture*, const IntRect&, TextureUpdateQueue&, RenderingStats&);
+ void updatePart(CachingBitmapCanvasLayerUpdater*, LayerUpdater::Resource*, const IntRect&, TextureUpdateQueue&, RenderingStats&);
void createUpdaterIfNeeded();
scoped_ptr<WebKit::WebScrollbar> m_scrollbar;
@@ -57,9 +57,9 @@ private:
scoped_refptr<CachingBitmapCanvasLayerUpdater> m_thumbUpdater;
// All the parts of the scrollbar except the thumb
- scoped_ptr<LayerUpdater::Texture> m_backTrack;
- scoped_ptr<LayerUpdater::Texture> m_foreTrack;
- scoped_ptr<LayerUpdater::Texture> m_thumb;
+ scoped_ptr<LayerUpdater::Resource> m_backTrack;
+ scoped_ptr<LayerUpdater::Resource> m_foreTrack;
+ scoped_ptr<LayerUpdater::Resource> m_thumb;
};
}