#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_PAINT_AND_RASTER_INVALIDATION_TEST_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_PAINT_AND_RASTER_INVALIDATION_TEST_H_
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"
#include "third_party/blink/renderer/platform/graphics/compositing/content_layer_client_impl.h"
#include "third_party/blink/renderer/platform/graphics/compositing/paint_artifact_compositor.h"
#include "third_party/blink/renderer/platform/testing/layer_tree_host_embedder.h"
namespace blink {
const RasterInvalidationTracking* GetRasterInvalidationTracking(
const LocalFrameView& root_frame_view,
wtf_size_t index,
const String& name_regex);
inline const RasterInvalidationTracking* GetRasterInvalidationTracking(
const LocalFrameView& root_frame_view) { … }
class PaintAndRasterInvalidationTest : public PaintControllerPaintTest { … };
}
#endif