// 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 "cc/test/resource_provider_test_utils.h" #include <unordered_map> #include <vector> #include "base/functional/callback_helpers.h" namespace cc { const std:: unordered_map<viz::ResourceId, viz::ResourceId, viz::ResourceIdHasher>& SendResourceAndGetChildToParentMap( const std::vector<viz::ResourceId>& resource_ids, viz::DisplayResourceProvider* resource_provider, viz::ClientResourceProvider* child_resource_provider, viz::RasterContextProvider* child_context_provider) { … } } // namespace cc