chromium/third_party/blink/renderer/core/paint/paint_property_tree_builder_test.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {};

// Used when LayoutClipRect and PaintClipRect are the same.
// |expected_arg| can be gfx::RectF or FloatRoundedRect.
#define EXPECT_CLIP_RECT(expected_arg, clip_node)

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_PAINT_PROPERTY_TREE_BUILDER_TEST_H_