chromium/ui/events/ozone/evdev/touch_filter/open_palm_detection_filter_unittest.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"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/ozone/evdev/touch_filter/palm_detection_filter.h"
#include "ui/events/ozone/evdev/touch_filter/shared_palm_detection_filter_state.h"

namespace ui {

class OpenPalmDetectionFilterTest : public testing::Test {};

TEST_F(OpenPalmDetectionFilterTest, TestSetsToZero) {}

}  // namespace ui