// Copyright 2013 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/views/rect_based_targeting_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/rect.h" namespace views { TEST(RectBasedTargetingUtils, UsePointBasedTargeting) { … } TEST(RectBasedTargetingUtils, PercentCoveredBy) { … } TEST(RectBasedTargetingUtils, DistanceSquaredFromCenterToPoint) { … } } // namespace views