aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_controls_label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_controls_label.cc')
-rw-r--r--www/chromium/files/patch-ui_views_controls_label.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-ui_views_controls_label.cc b/www/chromium/files/patch-ui_views_controls_label.cc
deleted file mode 100644
index d157b0839c8c..000000000000
--- a/www/chromium/files/patch-ui_views_controls_label.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ui/views/controls/label.cc.orig 2021-04-14 18:41:39 UTC
-+++ ui/views/controls/label.cc
-@@ -817,7 +817,7 @@ bool Label::OnMousePressed(const ui::MouseEvent& event
-
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- if (event.IsOnlyMiddleMouseButton() && GetFocusManager() && !had_focus)
- GetFocusManager()->SetFocusedView(this);
- #endif
-@@ -1006,7 +1006,7 @@ bool Label::PasteSelectionClipboard() {
- void Label::UpdateSelectionClipboard() {
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- if (!GetObscured()) {
- ui::ScopedClipboardWriter(ui::ClipboardBuffer::kSelection)
- .WriteText(GetSelectedText());