#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_SPATIAL_NAVIGATION_CONTROLLER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_SPATIAL_NAVIGATION_CONTROLLER_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/page/spatial_navigation.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
struct FocusCandidate;
class KeyboardEvent;
class Node;
class Page;
struct PhysicalRect;
class CORE_EXPORT SpatialNavigationController final
: public GarbageCollected<SpatialNavigationController> { … };
}
#endif