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

Unified Diff: chrome/views/view.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/label_unittest.cc ('k') | chrome/views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/view.h
===================================================================
--- chrome/views/view.h (revision 14145)
+++ chrome/views/view.h (working copy)
@@ -898,7 +898,7 @@
// Returns the insets of the current border. If there is no border an empty
// insets is returned.
- gfx::Insets GetInsets() const;
+ virtual gfx::Insets GetInsets() const;
#if defined(OS_WIN)
// TODO(port): Make GetCursorForPoint portable.
« no previous file with comments | « chrome/views/controls/label_unittest.cc ('k') | chrome/views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698