#include "third_party/blink/renderer/core/paint/html_canvas_painter.h"
#include <memory>
#include <utility>
#include "cc/layers/layer.h"
#include "components/viz/test/test_context_provider.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h"
#include "third_party/blink/renderer/core/html/canvas/canvas_rendering_context.h"
#include "third_party/blink/renderer/core/html/canvas/html_canvas_element.h"
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"
#include "third_party/blink/renderer/platform/graphics/canvas_2d_layer_bridge.h"
#include "third_party/blink/renderer/platform/graphics/canvas_resource_provider.h"
#include "third_party/blink/renderer/platform/graphics/gpu/shared_gpu_context.h"
#include "third_party/blink/renderer/platform/graphics/test/gpu_test_utils.h"
#include "third_party/blink/renderer/platform/graphics/web_graphics_context_3d_provider_wrapper.h"
#include "third_party/blink/renderer/core/scroll/scrollbar_theme.h"
namespace blink {
namespace {
class AcceleratedCompositingTestPlatform
: public blink::TestingPlatformSupport { … };
}
class HTMLCanvasPainterTest : public PaintControllerPaintTestBase { … };
TEST_F(HTMLCanvasPainterTest, Canvas2DLayerAppearsInLayerTree) { … }
}