#pragma once namespace WebCore { class FloatPoint { public: float x; float y; }; }