// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/protocol/fractional_input_filter.h" #include <algorithm> #include "base/numerics/safe_conversions.h" #include "base/ranges/algorithm.h" #include "remoting/base/logging.h" #include "remoting/proto/event.pb.h" namespace remotingprotocol // namespace remoting::protocol