// Copyright 2021 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/css/clip_path_paint_image_generator.h" #include "third_party/blink/renderer/core/frame/local_frame.h" namespace blink { namespace { ClipPathPaintImageGenerator::ClipPathPaintImageGeneratorCreateFunction* g_create_function = …; } // namespace // static void ClipPathPaintImageGenerator::Init( ClipPathPaintImageGeneratorCreateFunction* create_function) { … } ClipPathPaintImageGenerator* ClipPathPaintImageGenerator::Create( LocalFrame& local_root) { … } } // namespace blink