Index: ui/aura_extra/image_window_delegate.h |
diff --git a/ui/aura_extra/image_window_delegate.h b/ui/aura_extra/image_window_delegate.h |
index b7022fb8c3dae7d85ab97e864b7730b0e8f7091d..5805c3450f93c12c9e14c9ffb178750cfcbcd613 100644 |
--- a/ui/aura_extra/image_window_delegate.h |
+++ b/ui/aura_extra/image_window_delegate.h |
@@ -28,7 +28,7 @@ class AURA_EXTRA_EXPORT ImageWindowDelegate : public aura::WindowDelegate { |
void SetImage(const gfx::Image& image); |
void set_background_color(SkColor color) { background_color_ = color; } |
- void set_image_offset(gfx::Vector2d offset) { offset_ = offset; } |
+ void set_image_offset(const gfx::Vector2d& offset) { offset_ = offset; } |
bool has_image() const { return !image_.IsEmpty(); } |