summaryrefslogtreecommitdiffstats
path: root/ui/views/color_constants.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 17:19:52 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 17:19:52 +0000
commite83874fb14a7d4dfb187b197b84471fb9be4b5ec (patch)
tree8f86ce2ec4e62defd4e548186dc10e690d679468 /ui/views/color_constants.cc
parent9557a5aa780d308c523cdd84377d71efbb325f63 (diff)
downloadchromium_src-e83874fb14a7d4dfb187b197b84471fb9be4b5ec.zip
chromium_src-e83874fb14a7d4dfb187b197b84471fb9be4b5ec.tar.gz
chromium_src-e83874fb14a7d4dfb187b197b84471fb9be4b5ec.tar.bz2
Extract the last SkColor from ResourceBundle API.
NOTE: This was a TODO for ben@. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9602003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/color_constants.cc')
-rw-r--r--ui/views/color_constants.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/views/color_constants.cc b/ui/views/color_constants.cc
new file mode 100644
index 0000000..07a6ecb
--- /dev/null
+++ b/ui/views/color_constants.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/views/color_constants.h"
+
+namespace views {
+
+const SkColor kClientEdgeColor = SkColorSetRGB(210, 225, 246);
+
+} // namespace views