| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| index 5b5d5ace41bb4c62f00888320ff3475f1ad90c21..8fd72d1d06c9fea173f6e97dd47f4f4b01daf1a6 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
|
| @@ -30,7 +30,8 @@ class ZoomDecoration : public ImageDecoration,
|
| // Called when this decoration should show or hide itself in its most current
|
| // state. Returns whether any updates were made.
|
| bool UpdateIfNecessary(ui_zoom::ZoomController* zoom_controller,
|
| - bool default_zoom_changed);
|
| + bool default_zoom_changed,
|
| + bool location_bar_is_dark);
|
|
|
| // Shows the zoom bubble for this decoration. If |auto_close| is YES, then
|
| // the bubble will automatically close after a fixed period of time.
|
| @@ -48,7 +49,8 @@ class ZoomDecoration : public ImageDecoration,
|
| // Show and update UI associated with the zoom decoration.
|
| // Virtual and protected for testing.
|
| virtual void ShowAndUpdateUI(ui_zoom::ZoomController* zoom_controller,
|
| - NSString* tooltip_string);
|
| + NSString* tooltip_string,
|
| + bool location_bar_is_dark);
|
|
|
| private:
|
| friend ZoomDecorationTest;
|
|
|