// Copyright 2017 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/modules/csspaint/paint_worklet_pending_generator_registry.h" #include "third_party/blink/renderer/modules/csspaint/css_paint_definition.h" namespace blink { void PaintWorkletPendingGeneratorRegistry::NotifyGeneratorReady( const String& name) { … } void PaintWorkletPendingGeneratorRegistry::AddPendingGenerator( const String& name, CSSPaintImageGeneratorImpl* generator) { … } void PaintWorkletPendingGeneratorRegistry::Trace(Visitor* visitor) const { … } } // namespace blink