summaryrefslogtreecommitdiff
path: root/ui/events/ozone/evdev/touch_filter/neural_stylus_palm_detection_filter_model.cc
blob: da596b8d7c9159d5c5ca80c9573b02bb10e8951b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2019 The Chromium Authors. All rights reserved.
// 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/neural_stylus_palm_detection_filter_model.h"

namespace ui {

NeuralStylusPalmDetectionFilterModelConfig::
    NeuralStylusPalmDetectionFilterModelConfig() = default;

NeuralStylusPalmDetectionFilterModelConfig::
    NeuralStylusPalmDetectionFilterModelConfig(
        const NeuralStylusPalmDetectionFilterModelConfig& other) = default;

NeuralStylusPalmDetectionFilterModelConfig::
    ~NeuralStylusPalmDetectionFilterModelConfig() = default;
}  // namespace ui