// 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 "components/paint_preview/browser/hit_tester.h" #include <vector> #include "components/paint_preview/common/proto/paint_preview.pb.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/rect.h" #include "url/gurl.h" namespace paint_preview { // This test suite is *not* an extensive test of the underlying rtree it only // aims to test the Build() options. TEST(PaintPreviewHitTesterTest, TestBuildLinkData) { … } TEST(PaintPreviewHitTesterTest, TestBuildPaintPreviewFrameProto) { … } } // namespace paint_preview