Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: ui/message_center/views/bounded_label.h

Issue 287193002: Remove overrides of HitTestRect() which just return false (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-upload Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/message_center/views/bounded_label.h
diff --git a/ui/message_center/views/bounded_label.h b/ui/message_center/views/bounded_label.h
index c536f981d134b5426004f72074d606e69c46ad6f..dc9018f1c938b2792738eaac113843bc6eec3fee 100644
--- a/ui/message_center/views/bounded_label.h
+++ b/ui/message_center/views/bounded_label.h
@@ -55,7 +55,6 @@ class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
virtual int GetHeightForWidth(int width) const OVERRIDE;
virtual void Paint(gfx::Canvas* canvas,
const views::CullSet& cull_set) OVERRIDE;
- virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
sky 2014/05/21 23:03:58 Shouldn't you override CanAcceptEvents here?
tdanderson 2014/05/22 19:14:19 Done.
virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698