Index: ash/launcher/launcher_button.h |
diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h |
index 03e7c5a555f083a24c51c984597b442d99205c02..73edb2f2918350d4a82f47467165e4e1214f36fe 100644 |
--- a/ash/launcher/launcher_button.h |
+++ b/ash/launcher/launcher_button.h |
@@ -71,7 +71,7 @@ class LauncherButton : public views::CustomButton { |
int icon_size() const { return icon_size_; } |
// views::View overrides. |
- virtual bool HitTest(const gfx::Point& l) const OVERRIDE; |
+ virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE; |
private: |
// Set to non-zero to force icons to be resized to fit within a square, |