#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_GEOMETRY_LOGICAL_OFFSET_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_GEOMETRY_LOGICAL_OFFSET_H_
#include <tuple>
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/geometry/layout_unit.h"
#include "third_party/blink/renderer/platform/text/writing_direction_mode.h"
namespace WTF {
class String;
}
namespace blink {
struct LogicalDelta;
struct PhysicalOffset;
struct PhysicalSize;
struct CORE_EXPORT LogicalOffset { … };
CORE_EXPORT std::ostream& operator<<(std::ostream&, const LogicalOffset&);
}
#endif