#include <pointer-gestures-unstable-v1-server-protocol.h>
#include <wayland-util.h>
#include "build/chromeos_buildflags.h"
#include "ui/events/event.h"
#include "ui/events/platform/platform_event_observer.h"
#include "ui/ozone/platform/wayland/host/wayland_event_source.h"
#include "ui/ozone/platform/wayland/host/wayland_seat.h"
#include "ui/ozone/platform/wayland/host/wayland_zwp_pointer_gestures.h"
#include "ui/ozone/platform/wayland/test/mock_pointer.h"
#include "ui/ozone/platform/wayland/test/mock_surface.h"
#include "ui/ozone/platform/wayland/test/wayland_test.h"
namespace ui {
namespace {
class PinchEventScaleRecorder : public PlatformEventObserver { … };
}
class WaylandPointerGesturesTest : public WaylandTestSimple { … };
ACTION_P(CloneEvent, ptr) { … }
TEST_F(WaylandPointerGesturesTest, PinchZoomScale) { … }
TEST_F(WaylandPointerGesturesTest, HoldEventCancelsFling) { … }
}