chromium/third_party/blink/renderer/platform/graphics/filters/paint_filter_effect.cc

// Copyright 2016 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/platform/graphics/filters/paint_filter_effect.h"

#include "third_party/blink/renderer/platform/graphics/filters/filter.h"
#include "third_party/blink/renderer/platform/wtf/text/text_stream.h"

namespace blink {

PaintFilterEffect::PaintFilterEffect(Filter* filter,
                                     const cc::PaintFlags& flags)
    :{}

PaintFilterEffect::~PaintFilterEffect() = default;

sk_sp<PaintFilter> PaintFilterEffect::CreateImageFilter() {}

WTF::TextStream& PaintFilterEffect::ExternalRepresentation(WTF::TextStream& ts,
                                                           int indent) const {}

}  // namespace blink