summaryrefslogtreecommitdiffstats
path: root/ui/views/color_constants.cc
diff options
context:
space:
mode:
authorjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 05:16:19 +0000
committerjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 05:18:05 +0000
commit341bea48664dea6b969966f8ca753fa8e4e5b8b1 (patch)
tree9ddd9cbafd89d78c4c81d7641bb3b2573d8721c0 /ui/views/color_constants.cc
parente3f4075f213a0df59a0cb7e61ac7ef8016a2eebf (diff)
downloadchromium_src-341bea48664dea6b969966f8ca753fa8e4e5b8b1.zip
chromium_src-341bea48664dea6b969966f8ca753fa8e4e5b8b1.tar.gz
chromium_src-341bea48664dea6b969966f8ca753fa8e4e5b8b1.tar.bz2
Don't draw the client edge in custom frames.
See bug for screenshots. Currently, we draw this 1px edge between the content area and its shadow. This looks weird and is not consistent with other frame types. This should only affect Windows Classic. BUG=348754 Review URL: https://codereview.chromium.org/478213002 Cr-Commit-Position: refs/heads/master@{#290496} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/color_constants.cc')
-rw-r--r--ui/views/color_constants.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/color_constants.cc b/ui/views/color_constants.cc
index 7e9aa58..a24bcc2 100644
--- a/ui/views/color_constants.cc
+++ b/ui/views/color_constants.cc
@@ -6,7 +6,6 @@
namespace views {
-const SkColor kClientEdgeColor = SkColorSetRGB(210, 225, 246);
const SkColor kWarningColor = SkColorSetRGB(0xde, 0x49, 0x32);
} // namespace views