chromium/content/common/input/events_helper.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/common/input/events_helper.h"

#include "third_party/blink/public/common/features.h"

namespace content {

bool InputEventResultStateIsSetBlocking(
    blink::mojom::InputEventResultState ack_state) {}

}  // namespace content