Index: cc/scrollbar_layer.h |
diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h |
index 035d3eea244756f9b5c112c366fa105d54b09381..6da09930ddd057c6033d85e668485ba32d141d66 100644 |
--- a/cc/scrollbar_layer.h |
+++ b/cc/scrollbar_layer.h |
@@ -40,9 +40,9 @@ protected: |
virtual ~ScrollbarLayer(); |
private: |
- void updatePart(CachingBitmapContentLayerUpdater*, LayerUpdater::Resource*, const IntRect&, ResourceUpdateQueue&, RenderingStats&); |
+ void updatePart(CachingBitmapContentLayerUpdater*, LayerUpdater::Resource*, const gfx::Rect&, ResourceUpdateQueue&, RenderingStats&); |
void createUpdaterIfNeeded(); |
- IntRect scrollbarLayerRectToContentRect(const WebKit::WebRect& layerRect) const; |
+ gfx::Rect scrollbarLayerRectToContentRect(const gfx::Rect& layerRect) const; |
scoped_ptr<WebKit::WebScrollbar> m_scrollbar; |
WebKit::WebScrollbarThemePainter m_painter; |