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