Index: chrome/browser/ui/gtk/find_bar_gtk.cc |
diff --git a/chrome/browser/ui/gtk/find_bar_gtk.cc b/chrome/browser/ui/gtk/find_bar_gtk.cc |
index 9f5dc36268f7e5e80dcf15d1c2746beeead4fdd2..799d5ff8f4e153803cf045998a07fd6d387122fd 100644 |
--- a/chrome/browser/ui/gtk/find_bar_gtk.cc |
+++ b/chrome/browser/ui/gtk/find_bar_gtk.cc |
@@ -418,7 +418,8 @@ void FindBarGtk::AudibleAlert() { |
// gtk_widget_error_bell(widget()); |
} |
-gfx::Rect FindBarGtk::GetDialogPosition(gfx::Rect avoid_overlapping_rect) { |
+gfx::Rect FindBarGtk::GetDialogPosition( |
+ const gfx::Rect& avoid_overlapping_rect) { |
bool ltr = !base::i18n::IsRTL(); |
// 15 is the size of the scrollbar, copied from ScrollbarThemeChromium. |
// The height is not used. |