Skip to content

Commit 39af6d5

Browse files
bfgeekCommit Bot
authored and
Commit Bot
committed
[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/+/2369494 Reviewed-by: Mason Freed <masonfreed@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#801157}
1 parent 403160c commit 39af6d5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

third_party/blink/renderer/core/layout/layout_theme_default.cc

-3
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,12 @@ static const float kDefaultCancelButtonSize = 9;
4545
static const float kMinCancelButtonSize = 5;
4646
static const float kMaxCancelButtonSize = 21;
4747

48-
base::TimeDelta LayoutThemeDefault::caret_blink_interval_;
49-
5048
Color LayoutThemeDefault::active_selection_background_color_ = 0xff1e90ff;
5149
Color LayoutThemeDefault::active_selection_foreground_color_ = Color::kBlack;
5250
Color LayoutThemeDefault::inactive_selection_background_color_ = 0xffc8c8c8;
5351
Color LayoutThemeDefault::inactive_selection_foreground_color_ = 0xff323232;
5452

5553
LayoutThemeDefault::LayoutThemeDefault() : LayoutTheme(), painter_(*this) {
56-
caret_blink_interval_ = LayoutTheme::CaretBlinkInterval();
5754
}
5855

5956
LayoutThemeDefault::~LayoutThemeDefault() = default;

third_party/blink/renderer/core/layout/layout_theme_default.h

-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme {
107107

108108
static const RGBA32 kDefaultTapHighlightColor = 0x2e000000; // 18% black.
109109

110-
static base::TimeDelta caret_blink_interval_;
111-
112110
static Color active_selection_background_color_;
113111
static Color active_selection_foreground_color_;
114112
static Color inactive_selection_background_color_;

0 commit comments

Comments
 (0)