chromium/pdf/ink/stub/ink_stroke_stub.cc

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

#include "pdf/ink/stub/ink_stroke_stub.h"

#include "pdf/ink/stub/ink_modeled_shape_view_stub.h"
#include "pdf/ink/stub/ink_stroke_input_batch_stub.h"
#include "pdf/ink/stub/ink_stroke_input_batch_view_stub.h"

namespace chrome_pdf {

InkStrokeStub::InkStrokeStub(SkColor brush_color,
                             const InkStrokeInputBatchStub& inputs)
    :{}

InkStrokeStub::~InkStrokeStub() = default;

SkColor InkStrokeStub::GetBrushColor() const {}

const InkStrokeInputBatchView& InkStrokeStub::GetInputs() const {}

const InkModeledShapeView& InkStrokeStub::GetShape() const {}

}  // namespace chrome_pdf