chromium/ui/events/ozone/evdev/touch_filter/open_palm_detection_filter.cc

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

#include "ui/events/ozone/evdev/touch_filter/open_palm_detection_filter.h"

namespace ui {

OpenPalmDetectionFilter::OpenPalmDetectionFilter(
    SharedPalmDetectionFilterState* shared_palm_state)
    :{}

OpenPalmDetectionFilter::~OpenPalmDetectionFilter() {}

void OpenPalmDetectionFilter::Filter(
    const std::vector<InProgressTouchEvdev>& touches,
    base::TimeTicks time,
    std::bitset<kNumTouchEvdevSlots>* slots_to_hold,
    std::bitset<kNumTouchEvdevSlots>* slots_to_suppress) {}

const char OpenPalmDetectionFilter::kFilterName[] =;

std::string OpenPalmDetectionFilter::FilterNameForTesting() const {}

}  // namespace ui