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

Unified Diff: views/controls/link.h

Issue 6880201: Scrap WNDCLASSEX.hCursor, update GetCursorForPoint, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use brace style struct init for WNDCLASSEX |class_ex|, fix comment. Created 9 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 | « ui/base/win/window_impl.cc ('k') | views/controls/link.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/link.h
diff --git a/views/controls/link.h b/views/controls/link.h
index 79a940f140b66ffcee24e510dc0d95aeeb808ac9..d0197ad10d9ac19a017fc01a64728a2485e9edfb 100644
--- a/views/controls/link.h
+++ b/views/controls/link.h
@@ -44,12 +44,12 @@ class Link : public Label {
virtual void SetFont(const gfx::Font& font) OVERRIDE;
// Set whether the link is enabled.
- virtual void SetEnabled(bool f);
+ virtual void SetEnabled(bool flag) OVERRIDE;
virtual gfx::NativeCursor GetCursorForPoint(ui::EventType event_type,
- const gfx::Point& p);
+ const gfx::Point& p) OVERRIDE;
- virtual std::string GetClassName() const;
+ virtual std::string GetClassName() const OVERRIDE;
void SetHighlightedColor(const SkColor& color);
void SetDisabledColor(const SkColor& color);
« no previous file with comments | « ui/base/win/window_impl.cc ('k') | views/controls/link.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698