diff options
Diffstat (limited to 'www/chromium/files/patch-ui_views_controls_label.cc')
-rw-r--r-- | www/chromium/files/patch-ui_views_controls_label.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-ui_views_controls_label.cc b/www/chromium/files/patch-ui_views_controls_label.cc index 9a3e5f9998c8..b1f04455a0f4 100644 --- a/www/chromium/files/patch-ui_views_controls_label.cc +++ b/www/chromium/files/patch-ui_views_controls_label.cc @@ -1,6 +1,6 @@ ---- ui/views/controls/label.cc.orig 2017-06-05 19:03:30 UTC +--- ui/views/controls/label.cc.orig 2019-03-11 22:01:19 UTC +++ ui/views/controls/label.cc -@@ -553,7 +553,7 @@ bool Label::OnMousePressed(const ui::MouseEvent& event +@@ -542,7 +542,7 @@ bool Label::OnMousePressed(const ui::MouseEvent& event GetFocusManager()->SetFocusedView(this); } @@ -9,7 +9,7 @@ if (event.IsOnlyMiddleMouseButton() && GetFocusManager() && !had_focus) GetFocusManager()->SetFocusedView(this); #endif -@@ -729,7 +729,7 @@ bool Label::PasteSelectionClipboard() { +@@ -727,7 +727,7 @@ bool Label::PasteSelectionClipboard() { } void Label::UpdateSelectionClipboard() { |