summaryrefslogtreecommitdiff
path: root/chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc')
-rw-r--r--chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc b/chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc
index 4731b684565..c1620cedac0 100644
--- a/chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc
+++ b/chromium/ui/ozone/platform/wayland/host/wayland_pointer.cc
@@ -117,9 +117,11 @@ void WaylandPointer::Button(void* data,
changed_button = EF_RIGHT_MOUSE_BUTTON;
break;
case BTN_BACK:
+ case BTN_SIDE:
changed_button = EF_BACK_MOUSE_BUTTON;
break;
case BTN_FORWARD:
+ case BTN_EXTRA:
changed_button = EF_FORWARD_MOUSE_BUTTON;
break;
default: