summaryrefslogtreecommitdiffstats
path: root/ui/views/color_constants.h
blob: 23c2420d4fdbc858e1060cc057cbc85f08a39be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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.

#ifndef UI_VIEWS_COLOR_CONSTANTS_H_
#define UI_VIEWS_COLOR_CONSTANTS_H_

#include "third_party/skia/include/core/SkColor.h"
#include "ui/views/views_export.h"

namespace views {

VIEWS_EXPORT extern const SkColor kWarningColor;

}  // namespace views

#endif  // UI_VIEWS_COLOR_CONSTANTS_H_