#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CSS_CONTAINER_SELECTOR_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_CONTAINER_SELECTOR_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/css/media_query_exp.h"
#include "third_party/blink/renderer/core/layout/geometry/axis.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_map.h"
#include "third_party/blink/renderer/platform/text/writing_mode.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string_hash.h"
namespace blink {
class Element;
class CORE_EXPORT ContainerSelector { … };
class ScopedContainerSelector
: public GarbageCollected<ScopedContainerSelector> { … };
struct ScopedContainerSelectorHashTraits
: WTF::MemberHashTraits<ScopedContainerSelector> { … };
struct ScopedContainerSelectorHashTranslator { … };
}
namespace WTF {
template <>
struct HashTraits<blink::ContainerSelector>
: SimpleClassHashTraits<blink::ContainerSelector> { … };
}
namespace blink {
ContainerSelectorCache;
}
#endif