#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_PAINT_PROPERTY_TREE_BUILDER_TEST_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_PAINT_PROPERTY_TREE_BUILDER_TEST_H_
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
namespace blink {
class ClipPaintPropertyNode;
class GeometryMapperTransformCache;
class ScrollPaintPropertyNode;
class TransformPaintPropertyNode;
struct PhysicalOffset;
class PaintPropertyTreeBuilderTest : public PaintControllerPaintTest { … };
#define EXPECT_CLIP_RECT(expected_arg, clip_node) …
}
#endif