chromium/third_party/blink/renderer/core/paint/rounded_inner_rect_clipper.cc

// Copyright 2015 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/paint/rounded_inner_rect_clipper.h"

#include "third_party/blink/renderer/core/layout/geometry/physical_rect.h"
#include "third_party/blink/renderer/platform/geometry/float_rounded_rect.h"
#include "third_party/blink/renderer/platform/graphics/graphics_context.h"

namespace blink {

RoundedInnerRectClipper::RoundedInnerRectClipper(
    GraphicsContext& context,
    const PhysicalRect& rect,
    const FloatRoundedRect& clip_rect)
    :{}

RoundedInnerRectClipper::~RoundedInnerRectClipper() {}

}  // namespace blink