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

Unified Diff: chrome/views/controls/button/radio_button.h

Issue 92004: Fix focus rects for checkboxes and radio buttons:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/views/controls/button/checkbox.cc ('k') | chrome/views/controls/button/radio_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/controls/button/radio_button.h
===================================================================
--- chrome/views/controls/button/radio_button.h (revision 14167)
+++ chrome/views/controls/button/radio_button.h (working copy)
@@ -26,7 +26,7 @@
// Overridden from View:
virtual View* GetSelectedViewForGroup(int group_id);
virtual bool IsGroupFocusTraversable() const;
- virtual void OnMouseReleased(const views::MouseEvent& event, bool canceled);
+ virtual void OnMouseReleased(const MouseEvent& event, bool canceled);
protected:
virtual std::string GetClassName() const;
« no previous file with comments | « chrome/views/controls/button/checkbox.cc ('k') | chrome/views/controls/button/radio_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698