// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_VIZ_TEST_TEST_SHARED_BITMAP_MANAGER_H_ #define COMPONENTS_VIZ_TEST_TEST_SHARED_BITMAP_MANAGER_H_ #include <map> #include <memory> #include <set> #include "base/memory/shared_memory_mapping.h" #include "base/sequence_checker.h" #include "components/viz/service/display/shared_bitmap_manager.h" namespace viz { class TestSharedBitmapManager : public SharedBitmapManager { … }; } // namespace viz #endif // COMPONENTS_VIZ_TEST_TEST_SHARED_BITMAP_MANAGER_H_