Commit 39af6d5c authored by Ian Kilpatrick's avatar Ian Kilpatrick Committed by Commit Bot

[cleanup] Remove LayoutThemeDefault::caret_blink_interval_.

Not sure what this one was doing.
There should be no behaviour change.

Change-Id: Id06d09013d54617e8928033c04e728cab9471a30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369494Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801157}
parent 403160cf
......@@ -45,15 +45,12 @@ static const float kDefaultCancelButtonSize = 9;
static const float kMinCancelButtonSize = 5;
static const float kMaxCancelButtonSize = 21;
base::TimeDelta LayoutThemeDefault::caret_blink_interval_;
Color LayoutThemeDefault::active_selection_background_color_ = 0xff1e90ff;
Color LayoutThemeDefault::active_selection_foreground_color_ = Color::kBlack;
Color LayoutThemeDefault::inactive_selection_background_color_ = 0xffc8c8c8;
Color LayoutThemeDefault::inactive_selection_foreground_color_ = 0xff323232;
LayoutThemeDefault::LayoutThemeDefault() : LayoutTheme(), painter_(*this) {
caret_blink_interval_ = LayoutTheme::CaretBlinkInterval();
}
LayoutThemeDefault::~LayoutThemeDefault() = default;
......
......@@ -107,8 +107,6 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme {
static const RGBA32 kDefaultTapHighlightColor = 0x2e000000; // 18% black.
static base::TimeDelta caret_blink_interval_;
static Color active_selection_background_color_;
static Color active_selection_foreground_color_;
static Color inactive_selection_background_color_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment