Index: cc/scrollbar_layer_impl.h |
diff --git a/cc/scrollbar_layer_impl.h b/cc/scrollbar_layer_impl.h |
index 5ed2281c1cfdcdb3e3256cfad37187ee5a6be71d..db7ba16dfc130959547d7f0a622a634845e1ffc2 100644 |
--- a/cc/scrollbar_layer_impl.h |
+++ b/cc/scrollbar_layer_impl.h |
@@ -77,7 +77,7 @@ private: |
virtual const char* layerTypeAsString() const OVERRIDE; |
- IntRect scrollbarLayerRectToContentRect(const WebKit::WebRect& layerRect) const; |
+ gfx::Rect scrollbarLayerRectToContentRect(const gfx::Rect& layerRect) const; |
Scrollbar m_scrollbar; |