chromium/third_party/blink/renderer/core/html/canvas/recording_test_utils.cc

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

#include "third_party/blink/renderer/core/html/canvas/recording_test_utils.h"

#include <stddef.h>

#include <utility>

#include "base/check_op.h"
#include "cc/paint/paint_flags.h"
#include "cc/paint/paint_op.h"
#include "cc/paint/paint_record.h"
#include "cc/test/paint_op_matchers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/skia/include/core/SkBlendMode.h"

namespace blink_testing {

PaintOpEq;
RestoreOp;
SaveOp;

RecordedOpsView::RecordedOpsView(cc::PaintRecord record)
    :{}

cc::PaintFlags FillFlags() {}

cc::PaintFlags ClearRectFlags() {}

}  // namespace blink_testing