#include "third_party/blink/renderer/platform/graphics/paint/drawing_recorder.h"
#include "third_party/blink/renderer/platform/graphics/graphics_context.h"
#include "third_party/blink/renderer/platform/graphics/paint/paint_controller.h"
#include "third_party/blink/renderer/platform/graphics/paint/paint_record.h"
namespace blink {
DrawingRecorder::DrawingRecorder(GraphicsContext& context,
const DisplayItemClient& display_item_client,
DisplayItem::Type display_item_type,
const gfx::Rect& visual_rect)
: … { … }
DrawingRecorder::~DrawingRecorder() { … }
}