chromium/ui/ozone/platform/wayland/common/wayland_util_unittest.cc

// Copyright 2020 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/ozone/platform/wayland/common/wayland_util.h"

#include <memory>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkRect.h"

namespace ui {

class WaylandUtilTest : public testing::Test {};

TEST_F(WaylandUtilTest, TestCreateRectsFromSkPath) {}

}  // namespace ui