// Copyright 2018 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/viz/common/surfaces/surface_range.h" #include "components/viz/common/surfaces/surface_id.h" #include "testing/gtest/include/gtest/gtest.h" // Verifies that SurfaceId::IsInRangeExclusive and SurfaceId::IsInRangeInclusive // works properly. TEST(SurfaceRangeTest, InRangeTest) { … } TEST(SurfaceRangeTest, SameFrameSinkDifferentEmbedToken) { … }