~chromium-team/chromium-browser/xenial-dev

« back to all changes in this revision

Viewing changes to debian/patches/revert-newer-xcb-requirement.patch

  • Committer: Olivier Tilloy
  • Date: 2021-01-07 11:53:36 UTC
  • Revision ID: olivier.tilloy@canonical.com-20210107115336-50fl1llrl9312pmu
* Upstream dev channel update: 89.0.4356.6
* debian/patches/disable-sse2: refreshed
* debian/patches/fix-c++17ism.patch: refreshed
* debian/patches/gtk-symbols-conditional.patch: refreshed
* debian/patches/revert-newer-xcb-requirement.patch: refreshed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/stl-util-old-clang-compatibility.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: refreshed
* debian/patches/touch-v35: refreshed
* debian/patches/use-clang-versioned.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 #include "ui/gfx/x/connection.h"
14
14
 #include "ui/gfx/x/xproto.h"
15
15
 #include "ui/gfx/x/xproto_internal.h"
16
 
@@ -37,21 +36,7 @@ Event::Event(scoped_refptr<base::RefCoun
 
16
@@ -35,21 +34,7 @@ Event::Event(scoped_refptr<base::RefCoun
17
17
     if ((xcb_event->response_type & ~kSendEventMask) ==
18
18
         x11::GeGenericEvent::opcode) {
19
19
       auto* ge = reinterpret_cast<xcb_ge_event_t*>(xcb_event);