#include "third_party/blink/renderer/platform/graphics/paint/geometry_mapper_transform_cache.h"
#include <utility>
#include "base/types/optional_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/graphics/paint/transform_paint_property_node.h"
#include "third_party/blink/renderer/platform/testing/paint_property_test_helpers.h"
namespace blink {
class GeometryMapperTransformCacheTest : public testing::Test { … };
TEST_F(GeometryMapperTransformCacheTest, All2dTranslations) { … }
TEST_F(GeometryMapperTransformCacheTest, RootAsPlaneRootWithIntermediateScale) { … }
TEST_F(GeometryMapperTransformCacheTest,
IntermediatePlaneRootSameAs2dTranslationRoot) { … }
TEST_F(GeometryMapperTransformCacheTest,
IntermediatePlaneRootDifferent2dTranslationRoot) { … }
TEST_F(GeometryMapperTransformCacheTest, TransformUpdate) { … }
}