// 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. #ifndef TESTING_LIBFUZZER_RENDERER_FUZZING_RENDERER_FUZZING_H_ #define TESTING_LIBFUZZER_RENDERER_FUZZING_RENDERER_FUZZING_H_ #include <unordered_map> #include "third_party/blink/public/common/thread_safe_browser_interface_broker_proxy.h" #include "third_party/blink/public/platform/browser_interface_broker_proxy.h" class RendererFuzzerBase { … }; class RendererFuzzing { … }; #define REGISTER_RENDERER_FUZZER(klass) … #endif // TESTING_LIBFUZZER_RENDERER_FUZZING_RENDERER_FUZZING_H_