| Index: ash/common/system/tray/tray_background_view.h
|
| diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
|
| index 19e1fb7a8d7eeaca98d80ebe47ca05c74c206c7f..accce9f82102fc102cd3d456d02ae76b48ee8846 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -162,9 +162,9 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| // Helper function that calculates background insets relative to local bounds.
|
| gfx::Insets GetBackgroundInsets() const;
|
|
|
| - // Helper function that calculates ink drop bounds relative to local bounds
|
| - // based on the background insets returned from GetBackgroundInsets().
|
| - gfx::Rect GetInkDropBounds() const;
|
| + // Helper function that calculates background bounds relative to local bounds
|
| + // based on background insets returned from GetBackgroundInsets().
|
| + gfx::Rect GetBackgroundBounds() const;
|
|
|
| // The shelf containing the system tray for this view.
|
| WmShelf* wm_shelf_;
|
|
|