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

Unified Diff: views/controls/focusable_border.cc

Issue 8669002: More TOUCH_UI hacks and constant removal. And TODO(saintlou) cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/gfx/native_theme_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/focusable_border.cc
diff --git a/views/controls/focusable_border.cc b/views/controls/focusable_border.cc
index a1aa667145807961a14b2bf92c1292aec60ec3c2..76815396d57f58e68458b211a105a61a1c2e9ff6 100644
--- a/views/controls/focusable_border.cc
+++ b/views/controls/focusable_border.cc
@@ -19,7 +19,6 @@ const int kRightInsetSize = 4;
// Color settings for border.
// These are tentative, and should be derived from theme, system
// settings and current settings.
-// TODO(saintlou): understand why this is not factored/shared somewhere
const SkColor kFocusedBorderColor = SK_ColorCYAN;
const SkColor kDefaultBorderColor = SK_ColorGRAY;
« no previous file with comments | « ui/gfx/native_theme_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698