| Index: ash/shelf/shelf_button.h
|
| diff --git a/ash/shelf/shelf_button.h b/ash/shelf/shelf_button.h
|
| index 96fab246c3ef947c698f54177668d7bedd3cb0e0..6d2e06366ee4ba73717b2f5daa79f56f62ec96a6 100644
|
| --- a/ash/shelf/shelf_button.h
|
| +++ b/ash/shelf/shelf_button.h
|
| @@ -83,7 +83,7 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
|
| int icon_size() const { return icon_size_; }
|
|
|
| // views::View overrides.
|
| - virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE;
|
|
|
| private:
|
| // Set to non-zero to force icons to be resized to fit within a square,
|
|
|