Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: webkit/renderer/compositor_bindings/scrollbar_impl.h

Issue 93663004: [#2] Pass gfx structs by const ref (gfx::Rect, gfx::RectF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT, fix builds on non-linux platforms! Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/compositor/layer.cc ('k') | webkit/renderer/compositor_bindings/scrollbar_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/compositor/layer.cc ('k') | webkit/renderer/compositor_bindings/scrollbar_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698