#ifndef COMPONENTS_VIZ_COMMON_RESOURCES_SHARED_BITMAP_H_
#define COMPONENTS_VIZ_COMMON_RESOURCES_SHARED_BITMAP_H_
#include <stddef.h>
#include <stdint.h>
#include "base/hash/hash.h"
#include "base/memory/raw_ptr.h"
#include "base/trace_event/memory_allocator_dump.h"
#include "components/viz/common/resources/shared_bitmap_id.h"
#include "components/viz/common/viz_common_export.h"
#include "ui/gfx/geometry/size.h"
namespace viz {
struct SharedBitmapIdHash { … };
class VIZ_COMMON_EXPORT SharedBitmap { … };
}
#endif