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

Unified Diff: ui/gfx/geometry/insets.cc

Issue 1800973002: MD text buttons - implement focus ring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | ui/gfx/geometry/insets_f.h » ('j') | ui/views/controls/button/md_text_button.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/insets.cc
diff --git a/ui/gfx/geometry/insets.cc b/ui/gfx/geometry/insets.cc
index 08ee8f468697a7a44a0f0f6341f6f2cd7435108b..13a05b31dd0cfba371a5c279a30e1256e493930b 100644
--- a/ui/gfx/geometry/insets.cc
+++ b/ui/gfx/geometry/insets.cc
@@ -8,7 +8,7 @@
namespace gfx {
-Insets::Insets() : Insets(0, 0, 0, 0) {}
+Insets::Insets() : Insets(0) {}
Insets::Insets(int all) : Insets(all, all, all, all) {}
« no previous file with comments | « no previous file | ui/gfx/geometry/insets_f.h » ('j') | ui/views/controls/button/md_text_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698