// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_WORKLET_GLOBAL_SCOPE_TEST_HELPER_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_WORKLET_GLOBAL_SCOPE_TEST_HELPER_H_ #include "third_party/blink/public/common/tokens/tokens.h" #include "third_party/blink/renderer/core/workers/worklet_global_scope.h" namespace blink { class FakeWorkletGlobalScope final : public WorkletGlobalScope { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_WORKLET_GLOBAL_SCOPE_TEST_HELPER_H_