Index: webkit/renderer/compositor_bindings/scrollbar_impl.h |
diff --git a/webkit/renderer/compositor_bindings/scrollbar_impl.h b/webkit/renderer/compositor_bindings/scrollbar_impl.h |
index c77ad79c7609cd8d3d6e579ea85ee9033bd73687..5938a7efa02f41d23ffb7efb2b84121d8ba096e1 100644 |
--- a/webkit/renderer/compositor_bindings/scrollbar_impl.h |
+++ b/webkit/renderer/compositor_bindings/scrollbar_impl.h |
@@ -35,7 +35,7 @@ class ScrollbarImpl : public cc::Scrollbar { |
virtual gfx::Rect TrackRect() const OVERRIDE; |
virtual void PaintPart(SkCanvas* canvas, |
cc::ScrollbarPart part, |
- gfx::Rect content_rect) OVERRIDE; |
+ const gfx::Rect& content_rect) OVERRIDE; |
private: |
scoped_ptr<blink::WebScrollbar> scrollbar_; |