#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SERVER_SHARED_BITMAP_MANAGER_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SERVER_SHARED_BITMAP_MANAGER_H_
#include <memory>
#include <unordered_map>
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/trace_event/memory_dump_provider.h"
#include "base/unguessable_token.h"
#include "components/viz/service/display/shared_bitmap_manager.h"
#include "components/viz/service/viz_service_export.h"
namespace viz {
class BitmapData;
class VIZ_SERVICE_EXPORT ServerSharedBitmapManager
: public SharedBitmapManager,
public base::trace_event::MemoryDumpProvider { … };
}
#endif